com.metamatrix.platform.admin.api.runtime
Class ResourcePoolStats

java.lang.Object
  extended by com.metamatrix.platform.admin.api.runtime.ResourcePoolStats
All Implemented Interfaces:
java.io.Serializable

public class ResourcePoolStats
extends java.lang.Object
implements java.io.Serializable

Statistics an information about a particular Resource Pool that can be displayed in a Table.

See Also:
Serialized Form

Constructor Summary
ResourcePoolStats(ResourcePoolStatistics statistics, ResourceDescriptorID id, java.lang.String host, java.lang.String process, java.util.Collection resStats)
           
 
Method Summary
 java.lang.String getHostName()
          The Host name for this Pool.
 ResourceDescriptorID getID()
          Return the ResourceDescriptorID that identifies the pool
 java.lang.String getPoolName()
          The Pool name.
 java.util.Map getPoolStatistics()
          The Map of (String)StatisticName->(Object)PoolStatistic available for this Pool.
 java.lang.String getPoolType()
          The Resource Pool's type.
 java.lang.String getProcessName()
          The Process name for this Pool.
 java.util.Collection getResourcesStatistics()
          Collection of ResourceStatistics objects for all resources in the pool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePoolStats

public ResourcePoolStats(ResourcePoolStatistics statistics,
                         ResourceDescriptorID id,
                         java.lang.String host,
                         java.lang.String process,
                         java.util.Collection resStats)
Method Detail

getPoolName

public java.lang.String getPoolName()
The Pool name.

Returns:
The name of the Pool.

getHostName

public java.lang.String getHostName()
The Host name for this Pool.

Returns:
The Host name on which this Pool is running.

getProcessName

public java.lang.String getProcessName()
The Process name for this Pool.

Returns:
The Process name in which this Pool is running.

getPoolType

public java.lang.String getPoolType()
The Resource Pool's type.

Returns:
The type name for this Resource Pool.

getPoolStatistics

public java.util.Map getPoolStatistics()
The Map of (String)StatisticName->(Object)PoolStatistic available for this Pool.

Returns:
The Map of all statistics available for this Pool.

getResourcesStatistics

public java.util.Collection getResourcesStatistics()
Collection of ResourceStatistics objects for all resources in the pool.

Returns:
Collection of all resource statistics available for this Pool.

getID

public ResourceDescriptorID getID()
Return the ResourceDescriptorID that identifies the pool

Returns:
ResourceDescriptorID


Copyright © 2009. All Rights Reserved.