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

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

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

Methods in org.apache.yoko.orb.OBPortableServer that throw WrongPolicy
 void POA_impl.activate_object_with_id(byte[] oid, Servant servant)
           
 byte[] POA_impl.activate_object(Servant servant)
           
 Object POA_impl.create_reference(String intf)
           
 void POA_impl.deactivate_object(byte[] oid)
           
 ServantManager POA_impl.get_servant_manager()
           
 Servant POA_impl.get_servant()
           
 Object POA_impl.id_to_reference(byte[] oid)
           
 Servant POA_impl.id_to_servant(byte[] oid)
           
 byte[] POA_impl.reference_to_id(Object reference)
           
 Servant POA_impl.reference_to_servant(Object reference)
           
 byte[] POA_impl.servant_to_id(Servant servant)
           
 Object POA_impl.servant_to_reference(Servant servant)
           
 void POA_impl.set_servant_manager(ServantManager mgr)
           
 void POA_impl.set_servant(Servant servant)
           
 

Uses of WrongPolicy in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw WrongPolicy
 void POAOperations.activate_object_with_id(byte[] id, Servant p_servant)
           
 byte[] POAOperations.activate_object(Servant p_servant)
           
 Object POAOperations.create_reference(String intf)
           
 void POAOperations.deactivate_object(byte[] oid)
           
 ServantManager POAOperations.get_servant_manager()
           
 Servant POAOperations.get_servant()
           
 Object POAOperations.id_to_reference(byte[] oid)
           
 Servant POAOperations.id_to_servant(byte[] oid)
           
 byte[] POAOperations.reference_to_id(Object reference)
           
 Servant POAOperations.reference_to_servant(Object reference)
           
 byte[] POAOperations.servant_to_id(Servant p_servant)
           
 Object POAOperations.servant_to_reference(Servant p_servant)
           
 void POAOperations.set_servant_manager(ServantManager imgr)
           
 void POAOperations.set_servant(Servant p_servant)
           
 

Uses of WrongPolicy in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as WrongPolicy
 WrongPolicy WrongPolicyHolder.value
           
 

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

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

Constructors in org.omg.PortableServer.POAPackage with parameters of type WrongPolicy
WrongPolicyHolder(WrongPolicy initial)
           
 



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