Uses of Class
org.jacorb.poa.POA

Packages that use POA
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.poa   
 

Uses of POA in org.jacorb.orb
 

Methods in org.jacorb.orb that return POA
 POA Delegate.getPOA()
           
 POA ORB.getRootPOA()
           
 

Methods in org.jacorb.orb with parameters of type POA
 ObjectImpl Delegate.getReference(POA _poa)
           
 Object ORB.getReference(POA poa, byte[] object_key, java.lang.String rep_id, boolean _transient)
          called by POA to create an IOR
 void ORB.poaCreated(POA poa)
          An operation from the POAListener interface.
 void ORB.poaStateChanged(POA poa, int new_state)
           
 

Uses of POA in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type POA
ServerRequestListener(ORB orb, POA rootPOA)
           
 

Uses of POA in org.jacorb.orb.portableInterceptor
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type POA
IORInfoImpl(ORB orb, POA poa, java.util.Map components, java.util.Map policy_overrides, java.util.List profiles)
           
 

Uses of POA in org.jacorb.poa
 

Methods in org.jacorb.poa that return POA
 POA POA._getChildPOA(java.lang.String adapter_name)
          called from orb, returns a registered child poa, if no child poa exists a adapter activator will used to create a new poa unter this name
static POA POA._POA_init(ORB orb)
          called from orb to obtain the RootPOA
 POA LocalInvocationContext.getPOA()
           
 POA InvocationContext.getPOA()
           
 POA RequestProcessor.getPOA()
          returns the poa that has dispatched the request
protected  POA POAManager.getRegisteredPOA(java.lang.String name)
           
 

Methods in org.jacorb.poa with parameters of type POA
 void POAMonitorLightImpl.init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String _prefix)
           
 void POAMonitor.init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String prefix)
           
 void POAMonitorImpl.init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String _prefix)
           
 void EventMulticaster.poaCreated(POA poa)
           
 void POAAdapter.poaCreated(POA poa)
           
 void POAListener.poaCreated(POA poa)
           
 void EventMulticaster.poaStateChanged(POA poa, int new_state)
           
 void POAAdapter.poaStateChanged(POA poa, int new_state)
           
 void POAListener.poaStateChanged(POA poa, int new_state)
           
protected  void POAManager.registerPOA(POA poa)
           
protected  void AOM.remove(byte[] oid, RequestController requestController, ServantActivator servantActivator, POA poa, boolean cleanupInProgress)
           
protected  void AOM.removeAll(ServantActivator servant_activator, POA poa, boolean cleanup_in_progress)
           
protected  void POAManager.unregisterPOA(POA poa)
           
 

Constructors in org.jacorb.poa with parameters of type POA
LocalInvocationContext(ORB _orb, POA _poa, byte[] _oid, Servant _servant)