#include <INaming.hpp>
List of all members.
Detailed Description
Interface of a naming service to register and looking up remote objects
Member Function Documentation
| virtual bool MQUALIFIER zeus::INaming::hasRemoteContext |
( |
) |
const [pure virtual] |
This method checks if the naming service is connected to a remote name server.
- Return values:
-
| true | : Connected to remote name server context |
| false,: | connected to a local directory |
| virtual bool MQUALIFIER zeus::INaming::isConnected |
( |
) |
const [pure virtual] |
Checks if the connection is ok. For local usage this method always returns true.
- Return values:
-
| true | : connected to the root context |
| false,: | not connected |
| virtual void MQUALIFIER zeus::INaming::releaseLocalContext |
( |
) |
[pure virtual] |
Releases the local context. This is needed to remove the XML buffer when unloading XML service module.
The documentation for this class was generated from the following file: