![]() |
Ice 3.9
Slice API 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. | |
Finds well-known Ice objects registered with the IceGrid registry.
Definition at line 39 of file Registry.ice.