Uses of Class
org.omg.PortableServer.POAPackage.ServantNotActive
-
Packages that use ServantNotActive Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer org.omg.PortableServer.POAPackage -
-
Uses of ServantNotActive in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw ServantNotActive Modifier and Type Method Description byte[]
POAImpl. servant_to_id(Servant servant)
servant_to_id
3.3.8.19Object
POAImpl. servant_to_reference(Servant servant)
servant_to_reference
3.3.8.20byte[]
POAPolicyMediator. servantToId(Servant servant)
byte[]
POAPolicyMediatorBase_R. servantToId(Servant servant)
byte[]
POAPolicyMediatorImpl_NR_UDS. servantToId(Servant servant)
byte[]
POAPolicyMediatorImpl_NR_USM. servantToId(Servant servant)
-
Uses of ServantNotActive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw ServantNotActive Modifier and Type Method Description byte[]
POAOperations. servant_to_id(Servant p_servant)
This operation has four possible behaviors.Object
POAOperations. servant_to_reference(Servant p_servant)
This operation requires the RETAIN policy and either the UNIQUE_ID or IMPLICIT_ACTIVATION policies if invoked outside the context of an operation dispatched by this POA. -
Uses of ServantNotActive in org.omg.PortableServer.POAPackage
Fields in org.omg.PortableServer.POAPackage declared as ServantNotActive Modifier and Type Field Description ServantNotActive
ServantNotActiveHolder. value
Methods in org.omg.PortableServer.POAPackage that return ServantNotActive Modifier and Type Method Description static ServantNotActive
ServantNotActiveHelper. extract(Any a)
static ServantNotActive
ServantNotActiveHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type ServantNotActive Modifier and Type Method Description static void
ServantNotActiveHelper. insert(Any a, ServantNotActive that)
static void
ServantNotActiveHelper. write(OutputStream ostream, ServantNotActive value)
Constructors in org.omg.PortableServer.POAPackage with parameters of type ServantNotActive Constructor Description ServantNotActiveHolder(ServantNotActive initialValue)
-