Uses of Interface
org.jacorb.poa.POAMonitor

Packages that use POAMonitor
org.jacorb.poa   
 

Uses of POAMonitor in org.jacorb.poa
 

Classes in org.jacorb.poa that implement POAMonitor
 class POAMonitorImpl
          This class extends the POA with a monitoring gui.
 class POAMonitorLightImpl
          A lightweight implementation of a POA monitor
 

Methods in org.jacorb.poa that return POAMonitor
protected  POAMonitor POA.getMonitor()
           
 

Methods in org.jacorb.poa with parameters of type POAMonitor
protected  void POA.setMonitor(POAMonitor _monitor)