org.jacorb.poa.gui.poa

Class POAFrame

public class POAFrame extends Frame implements CloseButtonPanelController, DetailsButtonController, ObjectListItemController, QueueListItemController, POAMonitorView, WindowListener

Implements the org.jacorb.poa.gui.POAView interface

Version: 1.01, 06/11/99, RT

Author: Reimo Tiedemann, FU Berlin

Constructor Summary
POAFrame(POAMonitorController _controller)
POAFrame(String title)
POAFrame constructor comment.
POAFrame()
Constructor
Method Summary
static voidmain(String[] args)
main entrypoint - starts the part when it is run as an application
voidwindowActivated(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowClosed(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowClosing(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowIconified(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowOpened(WindowEvent e)
Method to handle events for the WindowListener interface.
void_actionCloseButtonPressed()
void_actionDeactivateObject(String oidStr)
void_actionDetailsButtonPressed(String source)
void_destroy()
void_initActiveRequestsBar(int avg, int max)
void_initAOMBar(int max, boolean isVariable)
void_initQueueBar(int max, boolean isVariable)
void_initThreadPoolBar(int max)
void_inspectRequest(String oidStr)
void_inspectServantClass(String oidStr)
void_printMessage(String str)
void_removeRequest(String ridStr)
void_setMaxThreadPoolBar(int value)
void_setName(String str)
void_setPolicyIdAssignment(String str)
void_setPolicyIdUniqueness(String str)
void_setPolicyImplicitActivation(String str)
void_setPolicyLifespan(String str)
void_setPolicyRequestProcessing(String str)
void_setPolicyServantRetention(String str)
void_setPolicyThread(String str)
void_setState(String str)
void_setValueActiveRequestsBar(int value)
void_setValueAOMBar(int value)
void_setValueQueueBar(int value)
void_setValueThreadPoolBar(int value)
void_setVisible(boolean visible)

Constructor Detail

POAFrame

public POAFrame(POAMonitorController _controller)

POAFrame

public POAFrame(String title)
POAFrame constructor comment.

Parameters: title java.lang.String

POAFrame

public POAFrame()
Constructor

Method Detail

main

public static void main(String[] args)
main entrypoint - starts the part when it is run as an application

Parameters: args java.lang.String[]

windowActivated

public void windowActivated(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowClosed

public void windowClosed(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowClosing

public void windowClosing(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowDeactivated

public void windowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowDeiconified

public void windowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowIconified

public void windowIconified(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowOpened

public void windowOpened(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

_actionCloseButtonPressed

public void _actionCloseButtonPressed()

_actionDeactivateObject

public void _actionDeactivateObject(String oidStr)

_actionDetailsButtonPressed

public void _actionDetailsButtonPressed(String source)

_destroy

public void _destroy()

_initActiveRequestsBar

public void _initActiveRequestsBar(int avg, int max)

_initAOMBar

public void _initAOMBar(int max, boolean isVariable)

_initQueueBar

public void _initQueueBar(int max, boolean isVariable)

_initThreadPoolBar

public void _initThreadPoolBar(int max)

_inspectRequest

public void _inspectRequest(String oidStr)

_inspectServantClass

public void _inspectServantClass(String oidStr)

_printMessage

public void _printMessage(String str)

_removeRequest

public void _removeRequest(String ridStr)

_setMaxThreadPoolBar

public void _setMaxThreadPoolBar(int value)

_setName

public void _setName(String str)

_setPolicyIdAssignment

public void _setPolicyIdAssignment(String str)

_setPolicyIdUniqueness

public void _setPolicyIdUniqueness(String str)

_setPolicyImplicitActivation

public void _setPolicyImplicitActivation(String str)

_setPolicyLifespan

public void _setPolicyLifespan(String str)

_setPolicyRequestProcessing

public void _setPolicyRequestProcessing(String str)

_setPolicyServantRetention

public void _setPolicyServantRetention(String str)

_setPolicyThread

public void _setPolicyThread(String str)

_setState

public void _setState(String str)

_setValueActiveRequestsBar

public void _setValueActiveRequestsBar(int value)

_setValueAOMBar

public void _setValueAOMBar(int value)

_setValueQueueBar

public void _setValueQueueBar(int value)

_setValueThreadPoolBar

public void _setValueThreadPoolBar(int value)

_setVisible

public void _setVisible(boolean visible)