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

java.lang.Object
  extended by com.metamatrix.console.ui.views.runtime.QueueStatisticsRefreshRequestHandlerImp
All Implemented Interfaces:
QueueStatisticsRefreshRequestHandler, ServiceStateConstants

public class QueueStatisticsRefreshRequestHandlerImp
extends java.lang.Object
implements QueueStatisticsRefreshRequestHandler, ServiceStateConstants


Field Summary
 
Fields inherited from interface com.metamatrix.console.ui.views.runtime.util.ServiceStateConstants
CLOSED, DATA_SOURCE_UNAVAILABLE, FAILED, INIT_FAILED, NOT_INITIALIZED, NOT_REGISTERED, OPEN, SHOW_SERVICE_ERROR, SHOW_SERVICE_ERROR_ORDINAL_POSITION, SHOWPROCESS, SHOWPROCESS_ORDINAL_POSITION, SHOWQUEUE, SHOWQUEUE_ORDINAL_POSITION, SHOWQUEUES, SHOWQUEUES_ORDINAL_POSITION, START, START_ORDINAL_POSITION, STOP, STOP_NOW, STOP_NOW_ORDINAL_POSITION, STOP_ORDINAL_POSITION, TOTAL_DISPLAYED_OPERATIONS, TOTAL_OPERATIONS
 
Constructor Summary
QueueStatisticsRefreshRequestHandlerImp(ConnectionInfo conn)
           
 
Method Summary
 ProcessStatistics getProcessStatistics(ProcessData pd)
           
 WorkerPoolStats[] getQueueStatistics(ServiceData sd)
           
 java.util.HashMap getServiceMap(java.util.ArrayList serviceList)
           
 boolean isRefresh()
           
 void refreshProcessRequested(ProcessData pd)
           
 void refreshRequested(ServiceData sd)
           
 void runGarbageCollection(ProcessData pd)
           
 void setDisplayHandler(QueueStatisticsDisplayHandler qsdh)
           
 void setDisplayVMHandler(VMStatisticsDisplayHandler vmsdh)
           
 void setServiceData(ServiceData s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueStatisticsRefreshRequestHandlerImp

public QueueStatisticsRefreshRequestHandlerImp(ConnectionInfo conn)
Method Detail

refreshRequested

public void refreshRequested(ServiceData sd)
Specified by:
refreshRequested in interface QueueStatisticsRefreshRequestHandler

refreshProcessRequested

public void refreshProcessRequested(ProcessData pd)
Specified by:
refreshProcessRequested in interface QueueStatisticsRefreshRequestHandler

runGarbageCollection

public void runGarbageCollection(ProcessData pd)
Specified by:
runGarbageCollection in interface QueueStatisticsRefreshRequestHandler

isRefresh

public boolean isRefresh()

setServiceData

public void setServiceData(ServiceData s)

getQueueStatistics

public WorkerPoolStats[] getQueueStatistics(ServiceData sd)

getServiceMap

public java.util.HashMap getServiceMap(java.util.ArrayList serviceList)

getProcessStatistics

public ProcessStatistics getProcessStatistics(ProcessData pd)

setDisplayHandler

public void setDisplayHandler(QueueStatisticsDisplayHandler qsdh)

setDisplayVMHandler

public void setDisplayVMHandler(VMStatisticsDisplayHandler vmsdh)


Copyright © 2009. All Rights Reserved.