com.metamatrix.console.ui.views.runtime.model
Class HostStatistics
java.lang.Object
com.metamatrix.console.ui.views.runtime.model.HostStatistics
- All Implemented Interfaces:
- StatisticsConstants
public class HostStatistics
- extends java.lang.Object
- implements StatisticsConstants
Fields inherited from interface com.metamatrix.console.ui.views.runtime.model.StatisticsConstants |
DATA_SOURCE_UNAVAILABLE_INDEX, FAILED_INDEX, INIT_FAILED_INDEX, NOT_DEPLOYED_PROCS_INDEX, NOT_DEPLOYED_SERVS_INDEX, NOT_INIT_INDEX, NOT_REGISTERED_PROCS_INDEX, NOT_REGISTERED_SERVS_INDEX, NUM_PROCESS_STATS, NUM_SERV_STATS, PROC_HOST_INDEX, RUNNING_INDEX, SERV_HOST_INDEX, STOPPED_INDEX, SYNCHED_PROCS_INDEX, SYNCHED_SERVS_INDEX, TOTAL_PROCS_INDEX, TOTAL_SERVS_INDEX |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostStatistics
public HostStatistics(HostData theHost)
addProcess
public void addProcess(ProcessData theProcess)
addService
public void addService(ServiceData theService)
getFailedServices
public java.util.List getFailedServices()
getInitFailedServices
public java.util.List getInitFailedServices()
getNotDeployedProcesses
public java.util.List getNotDeployedProcesses()
getNotDeployedServices
public java.util.List getNotDeployedServices()
getNotInitServices
public java.util.List getNotInitServices()
getNotRegisteredProcesses
public java.util.List getNotRegisteredProcesses()
getNotRegisteredServices
public java.util.List getNotRegisteredServices()
getDataSourceUnavailableServices
public java.util.List getDataSourceUnavailableServices()
getProcesses
public java.util.List getProcesses()
getProcessStats
public java.lang.Object[] getProcessStats()
getRunningServices
public java.util.List getRunningServices()
getServices
public java.util.List getServices()
getServiceStats
public java.lang.Object[] getServiceStats()
getStoppedServices
public java.util.List getStoppedServices()
getSynchedProcesses
public java.util.List getSynchedProcesses()
getSynchedServices
public java.util.List getSynchedServices()
Copyright © 2009. All Rights Reserved.