com.metamatrix.console.ui.views.runtime
Class VMStatisticsDisplayHandler

java.lang.Object
  extended by com.metamatrix.console.ui.views.runtime.VMStatisticsDisplayHandler

public class VMStatisticsDisplayHandler
extends java.lang.Object


Field Summary
 QueueStatisticsRefreshRequestHandler caller
           
 
Constructor Summary
VMStatisticsDisplayHandler(QueueStatisticsRefreshRequestHandler vmrrh)
           
 
Method Summary
 void frameClosing(ProcessData pd)
           
 java.util.Map getDialogs()
           
 boolean isProcessDisplayed(ProcessData pd)
           
 void refreshDisplayForProcess(java.lang.String processDisplayName, ProcessData pd, ProcessStatistics vmstatistics)
           
 void setOperationsPnl(OperationsPanel op)
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame startDisplayForProcess(java.lang.String processDisplayName, ProcessData pd, ProcessStatistics vmstatistics)
          Create a VMStatisticsFrame for the specified ProcessData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caller

public QueueStatisticsRefreshRequestHandler caller
Constructor Detail

VMStatisticsDisplayHandler

public VMStatisticsDisplayHandler(QueueStatisticsRefreshRequestHandler vmrrh)
Method Detail

isProcessDisplayed

public boolean isProcessDisplayed(ProcessData pd)

getDialogs

public java.util.Map getDialogs()

startDisplayForProcess

public com.metamatrix.console.ui.views.runtime.VMStatisticsFrame startDisplayForProcess(java.lang.String processDisplayName,
                                                                                        ProcessData pd,
                                                                                        ProcessStatistics vmstatistics)
Create a VMStatisticsFrame for the specified ProcessData. The caller must subsequently call VMStatisticsFrame.show() to display the frame.


setOperationsPnl

public void setOperationsPnl(OperationsPanel op)

refreshDisplayForProcess

public void refreshDisplayForProcess(java.lang.String processDisplayName,
                                     ProcessData pd,
                                     ProcessStatistics vmstatistics)

frameClosing

public void frameClosing(ProcessData pd)


Copyright © 2009. All Rights Reserved.