Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceGrid::Locator Interface Reference

Provides access to the Query and Registry objects implemented by the IceGrid registry. More...

defined in <IceGrid/Registry.ice>

interface Locator extends Ice::Locator { ... }

Inheritance diagram for IceGrid::Locator:
Collaboration diagram for IceGrid::Locator:

Operations

idempotent QuerygetLocalQuery ()
 Gets a proxy to the query object hosted by this IceGrid registry.
idempotent RegistrygetLocalRegistry ()
 Gets a proxy to the registry object hosted by this IceGrid registry.
Operations inherited from Ice::Locator
idempotent Object * findAdapterById (string id) throws AdapterNotFoundException
 Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
idempotent Object * findObjectById (Identity id) throws ObjectNotFoundException
 Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
idempotent LocatorRegistrygetRegistry ()
 Gets a proxy to the locator registry.

Detailed Description

Provides access to the Query and Registry objects implemented by the IceGrid registry.

Definition at line 118 of file Registry.ice.


The documentation for this interface was generated from the following file: