|
inline |
Adds a servant to this object adapter's Active Servant Map (ASM).
The ASM is a map {identity, facet} -> servant.
Prx | The type of the proxy to return. |
servant | The servant to add. |
id | The identity of the Ice object that is implemented by the servant. |
id
created by this object adapter. AlreadyRegisteredException | Thrown when a servant with the same identity is already registered. |
Definition at line 106 of file ObjectAdapter.h.