Ice 3.7 Slice API Reference
Operations | List of all members
IceGrid::Locator Interface 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 { ... }

Inheritance diagram for IceGrid::Locator:
Inheritance graph
[legend]
Collaboration diagram for IceGrid::Locator:
Collaboration graph
[legend]

Operations

idempotent QuerygetLocalQuery ()
 Get the proxy of the query object hosted by this IceGrid registry. More...
 
idempotent RegistrygetLocalRegistry ()
 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 LocatorRegistrygetRegistry ()
 Get the locator registry. More...
 

Detailed Description

The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registry.

See also
Query
Registry

Operation Documentation

◆ getLocalQuery()

["cpp:const"]
idempotent Query* getLocalQuery ( )

Get the proxy of the query object hosted by this IceGrid registry.

Returns
The proxy of the query object.

◆ getLocalRegistry()

["cpp:const"]
idempotent Registry* getLocalRegistry ( )

Get the proxy of the registry object hosted by this IceGrid registry.

Returns
The proxy of the registry object.

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