public interface ConfigurableEnvironment extends Environment
An environment that can be configured in Environments dialog
Type Params | Return Type | Name and description |
---|---|---|
|
public DefaultDatabaseConnectionContainer |
getDatabaseConnectionContainer() |
|
public DefaultJmsServerContainer |
getJmsServerContainer() |
|
public int |
getPropertiesCount() |
|
public Property |
getPropertyAt(int index) |
|
public Property |
getPropertyByName(java.lang.String propertyName) |
|
public Service |
getServiceAt(Enum type, int index) |
|
public int |
getServiceCount(Enum type) |
|
public boolean |
isServiceTypePresent(Enum serviceType) Determines if an environment has services of a given type |
Determines if an environment has services of a given type