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

Finds well-known Ice objects registered with the IceGrid registry. More...

defined in <IceGrid/Registry.ice>

interface Query { ... }

Operations

idempotent Ice::ObjectProxySeq findAllObjectsByType (string type)
 Finds all the well-known objects with the given type.
idempotent Ice::ObjectProxySeq findAllReplicas (Object *proxy)
 Finds all the replicas of a well-known object.
idempotent Object * findObjectById (Ice::Identity id)
 Finds a well-known object by identity.
idempotent Object * findObjectByType (string type)
 Finds a well-known object by type.
idempotent Object * findObjectByTypeOnLeastLoadedNode (string type, LoadSample sample)
 Finds a well-known object by type on the least-loaded node.

Detailed Description

Finds well-known Ice objects registered with the IceGrid registry.

Definition at line 39 of file Registry.ice.


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