Uses of Interface
org.omg.PortableServer.POA

Packages that use POA
org.omg.PortableServer   
org.omg.PortableServer.portable   
 

Uses of POA in org.omg.PortableServer
 

Classes in org.omg.PortableServer that implement POA
 class _POALocalBase
          Abstract base class for implementations of local interface POA
 class POALocalTie
          Generated from IDL interface "POA"
 

Fields in org.omg.PortableServer declared as POA
 POA POAHolder.value
           
 POA[] POAListHolder.value
           
 

Methods in org.omg.PortableServer that return POA
 POA Servant._poa()
           
 POA Servant._default_POA()
           
 POA CurrentLocalTie.get_POA()
           
 POA CurrentOperations.get_POA()
           
 POA[] POALocalTie.the_children()
           
 POA POALocalTie.the_parent()
           
 POA POALocalTie.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 POA POALocalTie.find_POA(java.lang.String adapter_name, boolean activate_it)
           
static POA POAHelper.extract(Any any)
           
static POA POAHelper.read(InputStream in)
           
static POA POAHelper.narrow(java.lang.Object obj)
           
static POA POAHelper.narrow(Object obj)
           
static POA POAHelper.unchecked_narrow(Object obj)
           
 POA POAOperations.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 POA POAOperations.find_POA(java.lang.String adapter_name, boolean activate_it)
           
 POA POAOperations.the_parent()
           
 POA[] POAOperations.the_children()
           
static POA[] POAListHelper.extract(Any any)
           
static POA[] POAListHelper.read(InputStream _in)
           
 

Methods in org.omg.PortableServer with parameters of type POA
abstract  java.lang.String[] Servant._all_interfaces(POA poa, byte[] objectID)
           
static void POAHelper.insert(Any any, POA s)
           
static void POAHelper.write(OutputStream _out, POA s)
           
 void ServantLocatorLocalTie.postinvoke(byte[] oid, POA adapter, java.lang.String operation, Cookie the_cookie, Servant the_servant)
           
 Servant ServantLocatorLocalTie.preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
           
 Servant ServantLocatorOperations.preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
           
 void ServantLocatorOperations.postinvoke(byte[] oid, POA adapter, java.lang.String operation, Cookie the_cookie, Servant the_servant)
           
 Servant ServantActivatorLocalTie.incarnate(byte[] oid, POA adapter)
           
 void ServantActivatorLocalTie.etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
           
 Servant ServantActivatorOperations.incarnate(byte[] oid, POA adapter)
           
 void ServantActivatorOperations.etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
           
 boolean AdapterActivatorLocalTie.unknown_adapter(POA parent, java.lang.String name)
           
 boolean AdapterActivatorOperations.unknown_adapter(POA parent, java.lang.String name)
           
static void POAListHelper.insert(Any any, POA[] s)
           
static void POAListHelper.write(OutputStream _out, POA[] _s)
           
 

Constructors in org.omg.PortableServer with parameters of type POA
POAHolder(POA initial)
           
POAListHolder(POA[] initial)
           
 

Uses of POA in org.omg.PortableServer.portable
 

Methods in org.omg.PortableServer.portable that return POA
 POA Delegate.poa(Servant self)
           
 POA Delegate.default_POA(Servant self)
           
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.