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

Packages that use ServantAlreadyActive
org.apache.yoko.orb.OBPortableServer   
org.omg.PortableServer   
org.omg.PortableServer.POAPackage   
 

Uses of ServantAlreadyActive in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer that throw ServantAlreadyActive
 void POA_impl.activate_object_with_id(byte[] oid, Servant servant)
           
 byte[] POA_impl.activate_object(Servant servant)
           
 

Uses of ServantAlreadyActive in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw ServantAlreadyActive
 void POAOperations.activate_object_with_id(byte[] id, Servant p_servant)
           
 byte[] POAOperations.activate_object(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 val)
           
static void ServantAlreadyActiveHelper.write(OutputStream out, ServantAlreadyActive val)
           
 

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.