org.jacorb.poa.gui
Interface POAMonitorController

All Known Implementing Classes:
POAMonitorImpl

public interface POAMonitorController

Defines an interface of the POA monitor gui controller.

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

Method Summary
 void actionCloseView()
           
 void actionDeactivateObject(java.lang.String oidStr)
           
 void actionRemoveRequestFromQueue(java.lang.String ridStr)
           
 StringPair[] actionRetrieveAOMContent()
           
 StringPair[] actionRetrieveQueueContent()
           
 

Method Detail

actionCloseView

public void actionCloseView()

actionDeactivateObject

public void actionDeactivateObject(java.lang.String oidStr)

actionRemoveRequestFromQueue

public void actionRemoveRequestFromQueue(java.lang.String ridStr)

actionRetrieveAOMContent

public StringPair[] actionRetrieveAOMContent()

actionRetrieveQueueContent

public StringPair[] actionRetrieveQueueContent()