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

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

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

Methods in org.apache.yoko.orb.OBPortableServer that throw ObjectNotActive
 void POA_impl.deactivate_object(byte[] oid)
           
 Object POA_impl.id_to_reference(byte[] oid)
           
 Servant POA_impl.id_to_servant(byte[] oid)
           
 Servant POA_impl.reference_to_servant(Object reference)
           
 

Uses of ObjectNotActive in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw ObjectNotActive
 void POAOperations.deactivate_object(byte[] oid)
           
 Object POAOperations.id_to_reference(byte[] oid)
           
 Servant POAOperations.id_to_servant(byte[] oid)
           
 Servant POAOperations.reference_to_servant(Object reference)
           
 

Uses of ObjectNotActive in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as ObjectNotActive
 ObjectNotActive ObjectNotActiveHolder.value
           
 

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

Methods in org.omg.PortableServer.POAPackage with parameters of type ObjectNotActive
static void ObjectNotActiveHelper.insert(Any any, ObjectNotActive val)
           
static void ObjectNotActiveHelper.write(OutputStream out, ObjectNotActive val)
           
 

Constructors in org.omg.PortableServer.POAPackage with parameters of type ObjectNotActive
ObjectNotActiveHolder(ObjectNotActive initial)
           
 



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