Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.awt.Frame
org.jacorb.poa.gui.poa.POAFrame
public class POAFrame
extends java.awt.Frame
implements CloseButtonPanelController, DetailsButtonController, ObjectListItemController, QueueListItemController, POAMonitorView, java.awt.event.WindowListener
Constructor Summary | |
| |
| |
|
Method Summary | |
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
static void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public POAFrame()
Constructor
public POAFrame(String title)
POAFrame constructor comment.
- Parameters:
title
- java.lang.String
public void _actionCloseButtonPressed()
- Specified by:
- _actionCloseButtonPressed in interface CloseButtonPanelController
public void _actionDeactivateObject(String oidStr)
- Specified by:
- _actionDeactivateObject in interface ObjectListItemController
public void _actionDetailsButtonPressed(String source)
- Specified by:
- _actionDetailsButtonPressed in interface DetailsButtonController
public void _initAOMBar(int max, boolean isVariable)
- Specified by:
- _initAOMBar in interface POAMonitorView
public void _initActiveRequestsBar(int avg, int max)
- Specified by:
- _initActiveRequestsBar in interface POAMonitorView
public void _initQueueBar(int max, boolean isVariable)
- Specified by:
- _initQueueBar in interface POAMonitorView
public void _initThreadPoolBar(int max)
- Specified by:
- _initThreadPoolBar in interface POAMonitorView
public void _inspectRequest(String oidStr)
- Specified by:
- _inspectRequest in interface QueueListItemController
public void _inspectServantClass(String oidStr)
- Specified by:
- _inspectServantClass in interface ObjectListItemController
public void _printMessage(String str)
- Specified by:
- _printMessage in interface POAMonitorView
public void _removeRequest(String ridStr)
- Specified by:
- _removeRequest in interface QueueListItemController
public void _setMaxThreadPoolBar(int value)
- Specified by:
- _setMaxThreadPoolBar in interface POAMonitorView
public void _setPolicyIdAssignment(String str)
- Specified by:
- _setPolicyIdAssignment in interface POAMonitorView
public void _setPolicyIdUniqueness(String str)
- Specified by:
- _setPolicyIdUniqueness in interface POAMonitorView
public void _setPolicyImplicitActivation(String str)
- Specified by:
- _setPolicyImplicitActivation in interface POAMonitorView
public void _setPolicyLifespan(String str)
- Specified by:
- _setPolicyLifespan in interface POAMonitorView
public void _setPolicyRequestProcessing(String str)
- Specified by:
- _setPolicyRequestProcessing in interface POAMonitorView
public void _setPolicyServantRetention(String str)
- Specified by:
- _setPolicyServantRetention in interface POAMonitorView
public void _setPolicyThread(String str)
- Specified by:
- _setPolicyThread in interface POAMonitorView
public void _setValueAOMBar(int value)
- Specified by:
- _setValueAOMBar in interface POAMonitorView
public void _setValueActiveRequestsBar(int value)
- Specified by:
- _setValueActiveRequestsBar in interface POAMonitorView
public void _setValueQueueBar(int value)
- Specified by:
- _setValueQueueBar in interface POAMonitorView
public void _setValueThreadPoolBar(int value)
- Specified by:
- _setValueThreadPoolBar in interface POAMonitorView
public void _setVisible(boolean visible)
- Specified by:
- _setVisible in interface POAMonitorView
public static void main(java.lang.String[] args)
main entrypoint - starts the part when it is run as an application
- Parameters:
args
- java.lang.String[]
public void windowActivated(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent
public void windowClosed(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent
public void windowClosing(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent
public void windowDeactivated(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent
public void windowDeiconified(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent
public void windowIconified(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent
public void windowOpened(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface.
- Parameters:
e
- java.awt.event.WindowEvent