org.jacorb.poa.gui.poa
public class POAFrame extends Frame implements CloseButtonPanelController, DetailsButtonController, ObjectListItemController, QueueListItemController, POAMonitorView, WindowListener
Version: 1.01, 06/11/99, RT
| Constructor Summary | |
|---|---|
| POAFrame(POAMonitorController _controller) | |
| POAFrame(String title)
POAFrame constructor comment. | |
| POAFrame()
Constructor | |
| Method Summary | |
|---|---|
| static void | main(String[] args)
main entrypoint - starts the part when it is run as an application |
| void | windowActivated(WindowEvent e)
Method to handle events for the WindowListener interface. |
| void | windowClosed(WindowEvent e)
Method to handle events for the WindowListener interface. |
| void | windowClosing(WindowEvent e)
Method to handle events for the WindowListener interface. |
| void | windowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface. |
| void | windowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface. |
| void | windowIconified(WindowEvent e)
Method to handle events for the WindowListener interface. |
| void | windowOpened(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) |
Parameters: title java.lang.String
Parameters: args java.lang.String[]
Parameters: e java.awt.event.WindowEvent
Parameters: e java.awt.event.WindowEvent
Parameters: e java.awt.event.WindowEvent
Parameters: e java.awt.event.WindowEvent
Parameters: e java.awt.event.WindowEvent
Parameters: e java.awt.event.WindowEvent
Parameters: e java.awt.event.WindowEvent