![]() |
Ice 3.9
Slice API 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 { ... }


Operations | |
| idempotent Query * | getLocalQuery () |
| Gets a proxy to the query object hosted by this IceGrid registry. | |
| idempotent Registry * | getLocalRegistry () |
| 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 LocatorRegistry * | getRegistry () |
| Gets a proxy to the locator registry. | |
Provides access to the Query and Registry objects implemented by the IceGrid registry.
Definition at line 118 of file Registry.ice.