Public Member Functions | |
| NamingServiceRemoteDirectory () | |
| void | setCacheLifetime (long milliseconds) |
| long | getCacheLifetime () |
| Context | getContext () |
| ComponentDescriptor | getComponentDescriptor () |
| void | initialize (ComponentManager manager, Object state, ComponentDescriptor cdesc) throws IllegalComponentStateException, ComponentInitializationException |
| String[][] | getConfigurationDescriptions () |
| String | getConfigurationName () |
| void | setConfiguration (AbeansProperties props) throws InitializationException |
| String | getReference () |
Private Member Functions | |
| void | internalInitialize (CORBAService corbaService) throws ComponentInitializationException |
Private Attributes | |
| AbeansProperties | serviceConfig = null |
| String | reference = DEFAULT_REFERENCE |
| Context | context = null |
| final transient ComponentDescriptor | descriptor |
Static Private Attributes | |
| final String | NS_RESOURCE_LOC = "NamingServiceRemoteDirectory" |
| final String | CONF_REFERENCE = "reference" |
| final String | DEFAULT_REFERENCE = "iiop://" + ACSPorts.getIP() + ":" + ACSPorts.getNamingServicePort() + "/" |
|
|
Constructor for NamingServiceRemoteDirectory. |
|
|
Not implemented (irrelevant).
|
|
|
|
|
|
Returns the descriptors for this service.
|
|
|
Returns name of the plug, the configuration name of this plug.
|
|
|
Root context of the remote directory (CORBA Naming Service).
|
|
|
Returns the reference of the naming service remote directory.
|
|
||||||||||||||||
|
Initializes the component by placing it into the hierarchy.
|
|
|
Obtains root context of the remote directory (CORBA Naming Service).
|
|
|
Not implemented (irrelevant).
|
|
|
Interprets the configuration delivered by Abeans configuration service.
|
|
|
The constant denoting the value of the configuration key. |
|
|
Root context of the remote directory (CORBA Naming Service). |
|
|
The constant denoting the default NS reference (if non is set). |
|
|
Initial value: Component description of this plug. |
|
|
The constant denoting the name of the configuration resource (file). |
|
|
Reference to CORBA Naming Service, use IIOP type reference - 'iiop://<host>[:<port>]'. |
|
|
Properties of the service. |
1.3.8