Uses of Class
org.omg.PortableServer.POAPackage.ServantNotActive

Packages that use ServantNotActive
org.jacorb.poa   
org.omg.PortableServer   
org.omg.PortableServer.POAPackage   
 

Uses of ServantNotActive in org.jacorb.poa
 

Methods in org.jacorb.poa that throw ServantNotActive
 byte[] POA.servant_to_id(Servant servant)
           
 Object POA.servant_to_reference(Servant servant)
           
 

Uses of ServantNotActive in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw ServantNotActive
 Object POALocalTie.servant_to_reference(Servant p_servant)
           
 byte[] POALocalTie.servant_to_id(Servant p_servant)
           
 byte[] POAOperations.servant_to_id(Servant p_servant)
           
 Object POAOperations.servant_to_reference(Servant p_servant)
           
 

Uses of ServantNotActive in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as ServantNotActive
 ServantNotActive ServantNotActiveHolder.value
           
 

Methods in org.omg.PortableServer.POAPackage that return ServantNotActive
static ServantNotActive ServantNotActiveHelper.extract(Any any)
           
static ServantNotActive ServantNotActiveHelper.read(InputStream in)
           
 

Methods in org.omg.PortableServer.POAPackage with parameters of type ServantNotActive
static void ServantNotActiveHelper.insert(Any any, ServantNotActive s)
           
static void ServantNotActiveHelper.write(OutputStream out, ServantNotActive s)
           
 

Constructors in org.omg.PortableServer.POAPackage with parameters of type ServantNotActive
ServantNotActiveHolder(ServantNotActive initial)