interface LocatorRegistry |
The Ice locator registry interface. This interface is used by servers to register adapter endpoints with the locator.
The LocatorRegistry interface is intended to be used by Ice internals and by locator implementations. Regular user code should not attempt to use any functionality of this interface directly. |
Set the adapter endpoints with the locator registry.
Set the process proxy for a server.
void setAdapterDirectProxy(string id, Object* proxy) throws AdapterNotFoundException, AdapterAlreadyActiveException; |
Set the adapter endpoints with the locator registry.
The adapter id.
The adapter proxy (a dummy direct proxy created by the adapter). The direct proxy contains the adapter endpoints.
Raised if the adapter cannot be found, or if the locator only allows registered adapters to set their active proxy and the adapter is not registered with the locator.
Raised if an adapter with the same id is already active.
void setServerProcessProxy(string id, Process* proxy) throws ServerNotFoundException; |
Set the process proxy for a server.
Raised if the server cannot be found.
<<< Previous | Home | Next >>> |
Ice::Locator | Up | Ice::Logger |