|
Ice 3.7 Slice API Reference
|
The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registry. More...
defined in <IceGrid/Registry.ice>
interface Locator extends Ice::Locator { ... }


Operations | |
| idempotent Query * | getLocalQuery () |
| Get the proxy of the query object hosted by this IceGrid registry. More... | |
| idempotent Registry * | getLocalRegistry () |
| Get the proxy of the registry object hosted by this IceGrid registry. More... | |
Operations inherited from Ice::Locator | |
| idempotent Object * | findAdapterById (string id) throws AdapterNotFoundException |
| Find an adapter by id and return a proxy that contains its endpoints. More... | |
| idempotent Object * | findObjectById (Identity id) throws ObjectNotFoundException |
| Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object. More... | |
| idempotent LocatorRegistry * | getRegistry () |
| Get the locator registry. More... | |
The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registry.
| idempotent Query* getLocalQuery | ( | ) |
Get the proxy of the query object hosted by this IceGrid registry.
| idempotent Registry* getLocalRegistry | ( | ) |
Get the proxy of the registry object hosted by this IceGrid registry.