|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourcePoolStatistics
Method Summary | |
---|---|
void |
addStatistic(PoolStatistic statistic)
Add a PoolStatistic to be monitored |
ComponentTypeID |
getComponentTypeID()
Returns the com.metamatrix.common.config.ComponentTypeID that
identifies the type of pool these statistics represent. |
ResourceDescriptorID |
getResourceDescriptorID()
Returns the descriptor id for the resource pool. |
PoolStatistic |
getStatistic(java.lang.String statName)
Returns the PoolStatistic of the monitored statistic object |
java.util.Collection |
getStatisticNames()
Returns a collection of all the statistics being gather for this pool |
java.util.Map |
getStatistics()
Returns the map of the PoolStatistic s keyed by the statistic name |
Method Detail |
---|
void addStatistic(PoolStatistic statistic)
PoolStatistic
to be monitored
PoolStatistic getStatistic(java.lang.String statName)
PoolStatistic
of the monitored statistic object
PoolStatistic
value of the monitor statistic valueResourceDescriptorID getResourceDescriptorID()
ComponentTypeID getComponentTypeID()
com.metamatrix.common.config.ComponentTypeID
that
identifies the type of pool these statistics represent.
java.util.Collection getStatisticNames()
java.util.Map getStatistics()
PoolStatistic
s keyed by the statistic name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |