Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.poa.EventMulticaster
public class EventMulticaster
extends java.lang.Object
implements AOMListener, RequestQueueListener, RPPoolManagerListener, POAListener, EventListener
Field Summary | |
protected EventListener | |
protected EventListener |
Constructor Summary | |
|
protected static RPPoolManagerListener add(RPPoolManagerListener _one, RPPoolManagerListener _two)
public void objectActivated(byte[] oid, Servant servant, int size)
- Specified by:
- objectActivated in interface AOMListener
public void objectDeactivated(byte[] oid, Servant servant, int size)
- Specified by:
- objectDeactivated in interface AOMListener
public void poaStateChanged(POA poa, int new_state)
- Specified by:
- poaStateChanged in interface POAListener
public void processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
- Specified by:
- processorAddedToPool in interface RPPoolManagerListener
public void processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
- Specified by:
- processorRemovedFromPool in interface RPPoolManagerListener
public void referenceCreated(Object object)
- Specified by:
- referenceCreated in interface POAListener
protected static RPPoolManagerListener remove(RPPoolManagerListener l, RPPoolManagerListener old)
protected static RequestQueueListener remove(RequestQueueListener l, RequestQueueListener old)
public void requestAddedToQueue(ServerRequest request, int queue_size)
- Specified by:
- requestAddedToQueue in interface RequestQueueListener
public void requestRemovedFromQueue(ServerRequest request, int queue_size)
- Specified by:
- requestRemovedFromQueue in interface RequestQueueListener
public void servantEtherialized(byte[] oid, Servant servant)
- Specified by:
- servantEtherialized in interface AOMListener
public void servantIncarnated(byte[] oid, Servant servant)
- Specified by:
- servantIncarnated in interface AOMListener