Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The Ice locator interface. This interface is used by clients to lookup adapters and objects. It is also used by servers to get the locator registry proxy.
![]() | The |
Find an object by identity and return its proxy.
Find an adapter by id and return its proxy (a dummy direct proxy created by the adapter).
Get the locator registry.
[ "amd" ] Object* findObjectById( |
Find an object by identity and return its proxy.
The identity.
The proxy, or null if the object is not active.
ObjectNotFoundException
Raised if the object cannot be found.
[ "amd" ]
Object* findAdapterById(string id)
throws
|
Find an adapter by id and return its proxy (a dummy direct proxy created by the adapter).
The adapter id.
The adapter proxy, or null if the adapter is not active.
AdapterNotFoundException
Raised if the adapter cannot be found.
|
Get the locator registry.
The locator registry.
<<< Previous | Home | Next >>> |
Ice::InvalidReplicaGroupIdException | Up | Ice::LocatorRegistry |