org.jacorb.poa
Class POAMonitorLightImpl

java.lang.Object
  extended byorg.jacorb.poa.POAMonitorLightImpl
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, POAMonitor

public class POAMonitorLightImpl
extends java.lang.Object
implements POAMonitor

A lightweight implementation of a POA monitor

Version:
1.02, 12/08/99, RT
Author:
Reimo Tiedemann, FU Berlin

Constructor Summary
POAMonitorLightImpl()
           
 
Method Summary
 void changeState(java.lang.String state)
           
 void closeMonitor()
           
 void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
           
 void init(POA poa, AOM aom, RequestQueue queue, RPPoolManager pm, java.lang.String _prefix)
           
 void openMonitor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POAMonitorLightImpl

public POAMonitorLightImpl()
Method Detail

changeState

public void changeState(java.lang.String state)
Specified by:
changeState in interface POAMonitor

closeMonitor

public void closeMonitor()
Specified by:
closeMonitor in interface POAMonitor

init

public void init(POA poa,
                 AOM aom,
                 RequestQueue queue,
                 RPPoolManager pm,
                 java.lang.String _prefix)
Specified by:
init in interface POAMonitor

configure

public void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

openMonitor

public void openMonitor()
Specified by:
openMonitor in interface POAMonitor