org.jacorb.poa.gui
Interface POAManagerMonitorController

All Known Implementing Classes:
POAManagerMonitorImpl

public interface POAManagerMonitorController

Defines an interface of the POAManager monitor gui controller.

Version:
1.00, 06/11/99, RT
Author:
Reimo Tiedemann, FU Berlin

Method Summary
 void actionClosePOAMonitor(java.lang.String name)
           
 void actionCloseView()
           
 void actionDestroyPOA(java.lang.String name)
           
 void actionOpenPOAMonitor(java.lang.String name)
           
 void actionSetToActive()
           
 void actionSetToDiscarding(boolean wait)
           
 void actionSetToHolding(boolean wait)
           
 void actionSetToInactive(boolean wait, boolean etherialize)
           
 

Method Detail

actionClosePOAMonitor

void actionClosePOAMonitor(java.lang.String name)

actionCloseView

void actionCloseView()

actionDestroyPOA

void actionDestroyPOA(java.lang.String name)

actionOpenPOAMonitor

void actionOpenPOAMonitor(java.lang.String name)

actionSetToActive

void actionSetToActive()

actionSetToDiscarding

void actionSetToDiscarding(boolean wait)

actionSetToHolding

void actionSetToHolding(boolean wait)

actionSetToInactive

void actionSetToInactive(boolean wait,
                         boolean etherialize)