Uses of Class
com.metamatrix.platform.vm.controller.ProcessStatistics

Packages that use ProcessStatistics
com.metamatrix.console.ui.views.runtime   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.vm.api.controller   
com.metamatrix.platform.vm.controller   
 

Uses of ProcessStatistics in com.metamatrix.console.ui.views.runtime
 

Methods in com.metamatrix.console.ui.views.runtime that return ProcessStatistics
 ProcessStatistics QueueStatisticsRefreshRequestHandlerImp.getProcessStatistics(ProcessData pd)
           
 

Methods in com.metamatrix.console.ui.views.runtime with parameters of type ProcessStatistics
 void VMStatisticsDisplayHandler.refreshDisplayForProcess(java.lang.String processDisplayName, ProcessData pd, ProcessStatistics vmstatistics)
           
 void VMStatisticsPanel.repopulate(ProcessStatistics vmStat)
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame VMStatisticsDisplayHandler.startDisplayForProcess(java.lang.String processDisplayName, ProcessData pd, ProcessStatistics vmstatistics)
          Create a VMStatisticsFrame for the specified ProcessData.
 

Constructors in com.metamatrix.console.ui.views.runtime with parameters of type ProcessStatistics
VMStatisticsPanel(QueueStatisticsRefreshRequestHandler ctrlr, ProcessData pd, ProcessStatistics vmStats)
           
 

Uses of ProcessStatistics in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that return ProcessStatistics
 ProcessStatistics RuntimeStateAdminAPI.getProcessStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 

Uses of ProcessStatistics in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that return ProcessStatistics
 ProcessStatistics RuntimeStateAdminAPIImpl.getProcessStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 ProcessStatistics RuntimeStateAdminAPIHelper.getVMStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 

Uses of ProcessStatistics in com.metamatrix.platform.vm.api.controller
 

Methods in com.metamatrix.platform.vm.api.controller that return ProcessStatistics
 ProcessStatistics ProcessManagement.getVMStatistics()
          Return information about VM.
 

Uses of ProcessStatistics in com.metamatrix.platform.vm.controller
 

Methods in com.metamatrix.platform.vm.controller that return ProcessStatistics
 ProcessStatistics ProcessController.getVMStatistics()
          Return information about VM.
 



Copyright © 2009. All Rights Reserved.