Ice 3.6 Slice API Reference
|
The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registry. More...
Defined in <IceGrid/Locator.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... | |
![]() | |
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.