org.jacorb.poa.gui.poa
Class POAFrame

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjava.awt.Window
              extended byjava.awt.Frame
                  extended byorg.jacorb.poa.gui.poa.POAFrame
All Implemented Interfaces:
javax.accessibility.Accessible, CloseButtonPanelController, DetailsButtonController, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, ObjectListItemController, POAMonitorView, QueueListItemController, java.io.Serializable, java.awt.event.WindowListener

public class POAFrame
extends java.awt.Frame
implements CloseButtonPanelController, DetailsButtonController, ObjectListItemController, QueueListItemController, POAMonitorView, java.awt.event.WindowListener

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

Version:
1.01, 06/11/99, RT
Author:
Reimo Tiedemann, FU Berlin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
 
Nested classes inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
 
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
POAFrame()
          Constructor
POAFrame(POAMonitorController _controller)
           
POAFrame(java.lang.String title)
          POAFrame constructor comment.
 
Method Summary
 void _actionCloseButtonPressed()
           
 void _actionDeactivateObject(java.lang.String oidStr)
           
 void _actionDetailsButtonPressed(java.lang.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(java.lang.String oidStr)
           
 void _inspectServantClass(java.lang.String oidStr)
           
 void _printMessage(java.lang.String str)
           
 void _removeRequest(java.lang.String ridStr)
           
 void _setMaxThreadPoolBar(int value)
           
 void _setName(java.lang.String str)
           
 void _setPolicyIdAssignment(java.lang.String str)
           
 void _setPolicyIdUniqueness(java.lang.String str)
           
 void _setPolicyImplicitActivation(java.lang.String str)
           
 void _setPolicyLifespan(java.lang.String str)
           
 void _setPolicyRequestProcessing(java.lang.String str)
           
 void _setPolicyServantRetention(java.lang.String str)
           
 void _setPolicyThread(java.lang.String str)
           
 void _setState(java.lang.String str)
           
 void _setValueActiveRequestsBar(int value)
           
 void _setValueAOMBar(int value)
           
 void _setValueQueueBar(int value)
           
 void _setValueThreadPoolBar(int value)
           
 void _setVisible(boolean visible)
           
static void main(java.lang.String[] args)
          main entrypoint - starts the part when it is run as an application
 void windowActivated(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 void windowClosed(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 void windowClosing(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 void windowDeactivated(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 void windowDeiconified(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 void windowIconified(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 void windowOpened(java.awt.event.WindowEvent e)
          Method to handle events for the WindowListener interface.
 
Methods inherited from class java.awt.Frame
addNotify, finalize, getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
 
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Constructor Detail

POAFrame

public POAFrame(POAMonitorController _controller)

POAFrame

public POAFrame(java.lang.String title)
POAFrame constructor comment.

Parameters:
title - java.lang.String

POAFrame

public POAFrame()
Constructor

Method Detail

_actionCloseButtonPressed

public void _actionCloseButtonPressed()
Specified by:
_actionCloseButtonPressed in interface CloseButtonPanelController

_actionDeactivateObject

public void _actionDeactivateObject(java.lang.String oidStr)
Specified by:
_actionDeactivateObject in interface ObjectListItemController

_actionDetailsButtonPressed

public void _actionDetailsButtonPressed(java.lang.String source)
Specified by:
_actionDetailsButtonPressed in interface DetailsButtonController

_destroy

public void _destroy()
Specified by:
_destroy in interface POAMonitorView

_initActiveRequestsBar

public void _initActiveRequestsBar(int avg,
                                   int max)
Specified by:
_initActiveRequestsBar in interface POAMonitorView

_initAOMBar

public void _initAOMBar(int max,
                        boolean isVariable)
Specified by:
_initAOMBar in interface POAMonitorView

_initQueueBar

public void _initQueueBar(int max,
                          boolean isVariable)
Specified by:
_initQueueBar in interface POAMonitorView

_initThreadPoolBar

public void _initThreadPoolBar(int max)
Specified by:
_initThreadPoolBar in interface POAMonitorView

_inspectRequest

public void _inspectRequest(java.lang.String oidStr)
Specified by:
_inspectRequest in interface QueueListItemController

_inspectServantClass

public void _inspectServantClass(java.lang.String oidStr)
Specified by:
_inspectServantClass in interface ObjectListItemController

main

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[]

_printMessage

public void _printMessage(java.lang.String str)
Specified by:
_printMessage in interface POAMonitorView

_removeRequest

public void _removeRequest(java.lang.String ridStr)
Specified by:
_removeRequest in interface QueueListItemController

_setMaxThreadPoolBar

public void _setMaxThreadPoolBar(int value)
Specified by:
_setMaxThreadPoolBar in interface POAMonitorView

_setName

public void _setName(java.lang.String str)
Specified by:
_setName in interface POAMonitorView

_setPolicyIdAssignment

public void _setPolicyIdAssignment(java.lang.String str)
Specified by:
_setPolicyIdAssignment in interface POAMonitorView

_setPolicyIdUniqueness

public void _setPolicyIdUniqueness(java.lang.String str)
Specified by:
_setPolicyIdUniqueness in interface POAMonitorView

_setPolicyImplicitActivation

public void _setPolicyImplicitActivation(java.lang.String str)
Specified by:
_setPolicyImplicitActivation in interface POAMonitorView

_setPolicyLifespan

public void _setPolicyLifespan(java.lang.String str)
Specified by:
_setPolicyLifespan in interface POAMonitorView

_setPolicyRequestProcessing

public void _setPolicyRequestProcessing(java.lang.String str)
Specified by:
_setPolicyRequestProcessing in interface POAMonitorView

_setPolicyServantRetention

public void _setPolicyServantRetention(java.lang.String str)
Specified by:
_setPolicyServantRetention in interface POAMonitorView

_setPolicyThread

public void _setPolicyThread(java.lang.String str)
Specified by:
_setPolicyThread in interface POAMonitorView

_setState

public void _setState(java.lang.String str)
Specified by:
_setState in interface POAMonitorView

_setValueActiveRequestsBar

public void _setValueActiveRequestsBar(int value)
Specified by:
_setValueActiveRequestsBar in interface POAMonitorView

_setValueAOMBar

public void _setValueAOMBar(int value)
Specified by:
_setValueAOMBar in interface POAMonitorView

_setValueQueueBar

public void _setValueQueueBar(int value)
Specified by:
_setValueQueueBar in interface POAMonitorView

_setValueThreadPoolBar

public void _setValueThreadPoolBar(int value)
Specified by:
_setValueThreadPoolBar in interface POAMonitorView

_setVisible

public void _setVisible(boolean visible)
Specified by:
_setVisible in interface POAMonitorView

windowActivated

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

Specified by:
windowActivated in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent

windowClosed

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

Specified by:
windowClosed in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent

windowClosing

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

Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent

windowDeactivated

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

Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent

windowDeiconified

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

Specified by:
windowDeiconified in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent

windowIconified

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

Specified by:
windowIconified in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent

windowOpened

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

Specified by:
windowOpened in interface java.awt.event.WindowListener
Parameters:
e - java.awt.event.WindowEvent