Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.poa.POAAdapter
org.jacorb.poa.POAMonitorImpl
public class POAMonitorImpl
extends POAAdapter
implements POAMonitor, POAMonitorController, Configurable
Method Summary | |
void | |
void |
|
void |
|
StringPair[] | |
StringPair[] | |
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.jacorb.poa.POAAdapter | |
objectActivated , objectDeactivated , poaCreated , poaStateChanged , processorAddedToPool , processorRemovedFromPool , referenceCreated , requestAddedToQueue , requestRemovedFromQueue , servantEtherialized , servantIncarnated |
public void actionCloseView()
- Specified by:
- actionCloseView in interface POAMonitorController
public void actionDeactivateObject(String oidStr)
- Specified by:
- actionDeactivateObject in interface POAMonitorController
public void actionRemoveRequestFromQueue(String ridStr)
- Specified by:
- actionRemoveRequestFromQueue in interface POAMonitorController
public StringPair[] actionRetrieveAOMContent()
- Specified by:
- actionRetrieveAOMContent in interface POAMonitorController
public StringPair[] actionRetrieveQueueContent()
- Specified by:
- actionRetrieveQueueContent in interface POAMonitorController
public void configure(Configuration myConfiguration) throws ConfigurationException
public void objectActivated(byte[] oid, Servant servant, int aom_size)
- Specified by:
- objectActivated in interface AOMListener
- Overrides:
- objectActivated in interface POAAdapter
public void objectDeactivated(byte[] oid, Servant servant, int aom_size)
- Specified by:
- objectDeactivated in interface AOMListener
- Overrides:
- objectDeactivated in interface POAAdapter
public void processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
- Specified by:
- processorAddedToPool in interface RPPoolManagerListener
- Overrides:
- processorAddedToPool in interface POAAdapter
public void processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
- Specified by:
- processorRemovedFromPool in interface RPPoolManagerListener
- Overrides:
- processorRemovedFromPool in interface POAAdapter
public void requestAddedToQueue(ServerRequest request, int queue_size)
- Specified by:
- requestAddedToQueue in interface RequestQueueListener
- Overrides:
- requestAddedToQueue in interface POAAdapter
public void requestRemovedFromQueue(ServerRequest request, int queue_size)
- Specified by:
- requestRemovedFromQueue in interface RequestQueueListener
- Overrides:
- requestRemovedFromQueue in interface POAAdapter