Uses of Class
org.jacorb.poa.POA

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

Uses of POA in org.jacorb.orb
 

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

Methods in org.jacorb.orb with parameters of type 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)
           
 ObjectImpl Delegate.getReference(POA _poa)
           
 

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 RequestProcessor.getPOA()
          returns the poa that has dispatched the request
protected  POA POAManager.getRegisteredPOA(java.lang.String name)
           
 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()
           
 

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, org.apache.avalon.framework.logger.Logger logger)
           
 void POAMonitorImpl.init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String _prefix, org.apache.avalon.framework.logger.Logger _logger)
           
 void POAMonitor.init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String prefix, org.apache.avalon.framework.logger.Logger logger)
           
protected  void POAManager.registerPOA(POA poa)
           
protected  void POAManager.unregisterPOA(POA poa)
           
 void POAListener.poaCreated(POA poa)
           
 void POAListener.poaStateChanged(POA poa, int new_state)
           
 void POAAdapter.poaCreated(POA poa)
           
 void POAAdapter.poaStateChanged(POA poa, int new_state)
           
 void EventMulticaster.poaCreated(POA poa)
           
 void EventMulticaster.poaStateChanged(POA poa, int new_state)
           
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)
           
 

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