public class POAUtil
extends java.lang.Object
| Constructor and Description |
|---|
POAUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.omg.CORBA.Object |
getRef(org.omg.PortableServer.Servant servant)
Makes the specified servant active, and gets CORBA reference.
|
public static org.omg.CORBA.Object getRef(org.omg.PortableServer.Servant servant)
throws java.lang.Exception
servant -
Servant Objectjava.lang.Exception -
Not relating to the service that the specified name defined.
Neither SYSTEM_ID nor RETAIN policy that the servant has already
been stored in Active Object Map are specified when UNIQUE_ID
policy is specified for POA.
Object ID value is not active on POA.
There is no policy.