Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The IcePack query interface. This interface is accessible to Ice clients who wish to lookup objects.
Find all the objects with the given type.
Find an object by identity.
Find an object by type.
::Ice::ObjectProxySeq findAllObjectsWithType(string type)
throws
|
Find all the objects with the given type.
The object type.
The proxies.
ObjectNotExistException
Raised if no objects can be found.
Object* findObjectById( |
Find an object by identity.
The identity.
The proxy.
ObjectNotExistException
Raised if no objects can be found.
Object* findObjectByType(string type)
throws
|
Find an object by type.
The object type.
The proxy.
ObjectNotExistException
Raised if no objects can be found.
<<< Previous | Home | Next >>> |
IcePack::PropertyDescriptor | Up | IcePack::ServerActivation |