public class POAMonitorLightImpl extends java.lang.Object implements POAMonitor
| Constructor and Description |
|---|
POAMonitorLightImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeState(java.lang.String state) |
void |
closeMonitor() |
void |
configure(org.jacorb.config.Configuration myConfiguration) |
void |
init(POA poa,
AOM aom,
RequestQueue queue,
RPPoolManager pm,
java.lang.String _prefix) |
void |
openMonitor() |
public void changeState(java.lang.String state)
changeState in interface POAMonitorpublic void closeMonitor()
closeMonitor in interface POAMonitorpublic void init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String _prefix)
init in interface POAMonitorpublic void configure(org.jacorb.config.Configuration myConfiguration)
throws org.jacorb.config.ConfigurationException
configure in interface org.jacorb.config.Configurableorg.jacorb.config.ConfigurationExceptionpublic void openMonitor()
openMonitor in interface POAMonitor