Uses of Interface
org.omg.PortableServer.POAManager

Packages that use POAManager
org.omg.PortableServer   
org.omg.PortableServer.POAManagerFactoryPackage   
 

Uses of POAManager in org.omg.PortableServer
 

Classes in org.omg.PortableServer that implement POAManager
 class _POAManagerLocalBase
          Abstract base class for implementations of local interface POAManager
 class POAManagerLocalTie
          Generated from IDL interface "POAManager"
 

Fields in org.omg.PortableServer declared as POAManager
 POAManager POAManagerHolder.value
           
 

Methods in org.omg.PortableServer that return POAManager
 POAManager POALocalTie.the_POAManager()
           
 POAManager POAOperations.the_POAManager()
           
 POAManager POAManagerFactoryLocalTie.find(java.lang.String id)
           
 POAManager[] POAManagerFactoryLocalTie.list()
           
 POAManager POAManagerFactoryLocalTie.create_POAManager(java.lang.String id, Policy[] policies)
           
 POAManager POAManagerFactoryOperations.create_POAManager(java.lang.String id, Policy[] policies)
           
 POAManager[] POAManagerFactoryOperations.list()
           
 POAManager POAManagerFactoryOperations.find(java.lang.String id)
           
static POAManager POAManagerHelper.extract(Any any)
           
static POAManager POAManagerHelper.read(InputStream in)
           
static POAManager POAManagerHelper.narrow(java.lang.Object obj)
           
static POAManager POAManagerHelper.narrow(Object obj)
           
static POAManager POAManagerHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableServer with parameters of type POAManager
 POA POALocalTie.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 POA POAOperations.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
static void POAManagerHelper.insert(Any any, POAManager s)
           
static void POAManagerHelper.write(OutputStream _out, POAManager s)
           
 

Constructors in org.omg.PortableServer with parameters of type POAManager
POAManagerHolder(POAManager initial)
           
 

Uses of POAManager in org.omg.PortableServer.POAManagerFactoryPackage
 

Fields in org.omg.PortableServer.POAManagerFactoryPackage declared as POAManager
 POAManager[] POAManagerSeqHolder.value
           
 

Methods in org.omg.PortableServer.POAManagerFactoryPackage that return POAManager
static POAManager[] POAManagerSeqHelper.extract(Any any)
           
static POAManager[] POAManagerSeqHelper.read(InputStream _in)
           
 

Methods in org.omg.PortableServer.POAManagerFactoryPackage with parameters of type POAManager
static void POAManagerSeqHelper.insert(Any any, POAManager[] s)
           
static void POAManagerSeqHelper.write(OutputStream _out, POAManager[] _s)
           
 

Constructors in org.omg.PortableServer.POAManagerFactoryPackage with parameters of type POAManager
POAManagerSeqHolder(POAManager[] initial)
           
 



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