Public Member Functions | |
NamingServiceRemoteDirectory (ORB orb, Logger logger) | |
Context | getContext () |
String | getReference () |
Private Member Functions | |
void | internalInitialize (ORB orb, Logger logger) |
Private Attributes | |
String | reference = DEFAULT_REFERENCE |
Context | context = null |
Static Private Attributes | |
final String | DEFAULT_REFERENCE = "iiop://" + ACSPorts.getIP() + ":" + ACSPorts.getNamingServicePort() + "/" |
|
Constructor for NamingServiceRemoteDirectory.
|
|
Root context of the remote directory (CORBA Naming Service).
|
|
Returns the reference of the naming service remote directory.
|
|
Obtains root context of the remote directory (CORBA Naming Service).
|
|
Root context of the remote directory (CORBA Naming Service). |
|
The constant denoting the default NS reference (if non is set). |
|
Reference to CORBA Naming Service, use IIOP type reference - 'iiop://<host>[:<port>]'. |