Uses of Class
com.metamatrix.platform.admin.api.runtime.ProcessData

Packages that use ProcessData
com.metamatrix.console.models   
com.metamatrix.console.ui.views.runtime   
com.metamatrix.console.ui.views.runtime.model   
com.metamatrix.console.ui.views.runtime.util   
com.metamatrix.platform.admin.api.runtime   
 

Uses of ProcessData in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models with parameters of type ProcessData
 java.lang.Integer[] RuntimeMgmtManager.getServiceCounts(ProcessData theProcess)
           
 void RuntimeMgmtManager.startProcess(ProcessData theProcess)
           
 void RuntimeMgmtManager.stopProcess(ProcessData theProcess)
           
 void RuntimeMgmtManager.stopProcessNow(ProcessData theProcess)
           
 

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

Methods in com.metamatrix.console.ui.views.runtime with parameters of type ProcessData
 void VMStatisticsDisplayHandler.frameClosing(ProcessData pd)
           
 ProcessStatistics QueueStatisticsRefreshRequestHandlerImp.getProcessStatistics(ProcessData pd)
           
 boolean ProcessMgmtPanel.isProcessDisplayed(ProcessData pd)
           
 boolean RuntimeMgmtPanel.isProcessDisplayed(ProcessData pd)
           
 boolean ServiceMgmtPanel.isProcessDisplayed(ProcessData pd)
           
 boolean OperationsDelegate.isProcessDisplayed(ProcessData pd)
           
 boolean VMStatisticsDisplayHandler.isProcessDisplayed(ProcessData pd)
           
 void VMStatisticsDisplayHandler.refreshDisplayForProcess(java.lang.String processDisplayName, ProcessData pd, ProcessStatistics vmstatistics)
           
 void ProcessMgmtPanel.refreshProcess(ProcessData pd)
           
 void RuntimeMgmtPanel.refreshProcess(ProcessData pd)
           
 void ServiceMgmtPanel.refreshProcess(ProcessData pd)
           
 void OperationsDelegate.refreshProcess(ProcessData pd)
           
 void QueueStatisticsRefreshRequestHandler.refreshProcessRequested(ProcessData pd)
           
 void QueueStatisticsRefreshRequestHandlerImp.refreshProcessRequested(ProcessData pd)
           
 void QueueStatisticsRefreshRequestHandler.runGarbageCollection(ProcessData pd)
           
 void QueueStatisticsRefreshRequestHandlerImp.runGarbageCollection(ProcessData pd)
           
 void OperationsPanel.setEnabledShowProcess(ProcessData processData)
           
 void OperationsPanel.setProcessDate(ProcessData processData)
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame VMStatisticsDisplayHandler.startDisplayForProcess(java.lang.String processDisplayName, ProcessData pd, ProcessStatistics vmstatistics)
          Create a VMStatisticsFrame for the specified ProcessData.
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame ProcessMgmtPanel.startShowProcess(ProcessData pd)
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame RuntimeMgmtPanel.startShowProcess(ProcessData pd)
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame ServiceMgmtPanel.startShowProcess(ProcessData pd)
           
 com.metamatrix.console.ui.views.runtime.VMStatisticsFrame OperationsDelegate.startShowProcess(ProcessData pd)
           
 

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

Uses of ProcessData in com.metamatrix.console.ui.views.runtime.model
 

Methods in com.metamatrix.console.ui.views.runtime.model with parameters of type ProcessData
 void HostStatistics.addProcess(ProcessData theProcess)
           
 

Uses of ProcessData in com.metamatrix.console.ui.views.runtime.util
 

Methods in com.metamatrix.console.ui.views.runtime.util with parameters of type ProcessData
static boolean[] RuntimeMgmtUtils.getOperationsEnablements(ProcessData theProcess)
           
static boolean RuntimeMgmtUtils.isSameHost(ProcessData theProcess, ConnectionInfo connection)
           
 

Uses of ProcessData in com.metamatrix.platform.admin.api.runtime
 

Constructor parameters in com.metamatrix.platform.admin.api.runtime with type arguments of type ProcessData
HostData(java.lang.String hostName, java.util.Collection<ProcessData> processes, boolean deployed, boolean registered, java.util.Properties props)
          Construct an instance for the given hostName
 



Copyright © 2009. All Rights Reserved.