Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ allocateObjectById()

["amd"]
Object * allocateObjectById ( Ice::Identity id) throws ObjectNotRegisteredException, AllocationException

Allocates an object.

Parameters
idThe identity of the object to allocate.
Returns
A proxy to the allocated object. This proxy is never null.
Exceptions
ObjectNotRegisteredExceptionThrown when an object with the given identity is not registered with the registry.
AllocationExceptionThrown when the allocation fails.
See also
setAllocationTimeout
releaseObject