|
◆ allocateObjectById()
Allocates an object.
- Parameters
-
id | The identity of the object to allocate. |
- Returns
- A proxy to the allocated object. This proxy is never null.
- Exceptions
-
ObjectNotRegisteredException | Thrown when an object with the given identity is not registered with the registry. |
AllocationException | Thrown when the allocation fails. |
- See also
- setAllocationTimeout
-
releaseObject
|