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

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

Uses of ServantAlreadyActive in org.jacorb.poa
 

Methods in org.jacorb.poa that throw ServantAlreadyActive
 byte[] POA.activate_object(Servant servant)
           
 void POA.activate_object_with_id(byte[] oid, Servant servant)
           
protected  void AOM.add(byte[] oid, Servant servant)
          add is called by the POA when activating an object to add a Servant into the Active Object Map.
 

Uses of ServantAlreadyActive in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw ServantAlreadyActive
 byte[] POALocalTie.activate_object(Servant p_servant)
           
 void POALocalTie.activate_object_with_id(byte[] id, Servant p_servant)
           
 byte[] POAOperations.activate_object(Servant p_servant)
           
 void POAOperations.activate_object_with_id(byte[] id, Servant p_servant)
           
 

Uses of ServantAlreadyActive in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as ServantAlreadyActive
 ServantAlreadyActive ServantAlreadyActiveHolder.value
           
 

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

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

Constructors in org.omg.PortableServer.POAPackage with parameters of type ServantAlreadyActive
ServantAlreadyActiveHolder(ServantAlreadyActive initial)