org.jacorb.poa
Interface POAManagerMonitor
- All Superinterfaces:
- org.jacorb.config.Configurable
- All Known Implementing Classes:
- POAManagerMonitorImpl, POAManagerMonitorLightImpl
public interface POAManagerMonitor
- extends org.jacorb.config.Configurable
The POAManager monitor interface, known to the POAManager
- Version:
- 1.01, 12/08/99, RT
- Author:
- Reimo Tiedemann, FU Berlin
Methods inherited from interface org.jacorb.config.Configurable |
configure |
addPOA
void addPOA(java.lang.String name)
closeMonitor
void closeMonitor()
init
void init(POAManager poaManager)
openMonitor
void openMonitor()
printMessage
void printMessage(java.lang.String str)
removePOA
void removePOA(java.lang.String name)
setToActive
void setToActive()
setToDiscarding
void setToDiscarding(boolean wait)
setToHolding
void setToHolding(boolean wait)
setToInactive
void setToInactive(boolean wait,
boolean etherialize)