|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.platform.admin.api.runtime.ResourcePoolStats
public class ResourcePoolStats
Statistics an information about a particular Resource Pool that can be displayed in a Table.
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 |
---|
public ResourcePoolStats(ResourcePoolStatistics statistics, ResourceDescriptorID id, java.lang.String host, java.lang.String process, java.util.Collection resStats)
Method Detail |
---|
public java.lang.String getPoolName()
public java.lang.String getHostName()
public java.lang.String getProcessName()
public java.lang.String getPoolType()
public java.util.Map getPoolStatistics()
PoolStatistic
available for this Pool.
public java.util.Collection getResourcesStatistics()
public ResourceDescriptorID getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |