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