Public Member Functions | |
String[] | getComponentsName () |
ComponentsManager (ContainerServices cServices) throws IllegalStateException | |
boolean | componentExists (String componentName) |
List< String > | getComponentProperties (String componentName) |
boolean | propertyExists (String componentName, String propertyName) |
Static Public Attributes | |
final String | CORBALOC = System.getProperty("ACS.repository") |
final String | IDL_PROPERTY = "IDL:alma/ACS/Property:1.0" |
Private Attributes | |
Repository | rep = null |
ORB | orb = null |
ContainerServices | cServices = null |
|
Gets a list of Container Services and connects to the ACS repository.
|
|
Verifies if a component exists by name in the container.
|
|
Gets a list of properties name from a given component.
|
|
Retrieves an array of strings containing the components names in a container.
|
|
Verify if a property exists by name for a given component name.
|
|
|
|
|
|
|
|
|
|
|