Uses of Interface
org.jacorb.poa.RequestQueueListener

Packages that use RequestQueueListener
org.jacorb.poa   
 

Uses of RequestQueueListener in org.jacorb.poa
 

Classes in org.jacorb.poa that implement RequestQueueListener
 class EventMulticaster
          This class will manage an structure of a chain of poa event listeners and will dispatch events to those listeners.
 class POAAdapter
          The adapter which can receives poa events.
 class POAMonitorImpl
          This class extends the POA with a monitoring gui.
 

Methods in org.jacorb.poa that return RequestQueueListener
protected static RequestQueueListener EventMulticaster.add(RequestQueueListener _one, RequestQueueListener _two)
           
protected static RequestQueueListener EventMulticaster.remove(RequestQueueListener l, RequestQueueListener old)
           
 

Methods in org.jacorb.poa with parameters of type RequestQueueListener
protected  void RequestQueue.addRequestQueueListener(RequestQueueListener listener)
           
protected  void RequestQueue.removeRequestQueueListener(RequestQueueListener listener)
           
protected static RequestQueueListener EventMulticaster.add(RequestQueueListener _one, RequestQueueListener _two)
           
protected static RequestQueueListener EventMulticaster.remove(RequestQueueListener l, RequestQueueListener old)