|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WebSphere PMI Statistic interface.
Method Summary | |
---|---|
void |
combine(WSStatistic otherStatistic)
Returns the aggregate the value of this statistic and parameter otherStatistic |
WSStatistic |
copy()
Returns a new copy of this statistic |
WSStatistic |
delta(WSStatistic otherStatistic)
Returns the difference between this statistic and the parameter otherStatistic |
com.ibm.websphere.pmi.PmiDataInfo |
getDataInfo()
Returns the statistic config information. |
java.lang.String |
getDescription()
Returns the description of this statistic. |
int |
getId()
Returns the Statistic ID |
long |
getLastSampleTime()
Returns the time the most recent measurement was taken represented as a long. |
java.lang.String |
getName()
Returns the name of this statistic. |
long |
getStartTime()
Returns the time the first measurement was taken represented as a long. |
java.lang.String |
getUnit()
Returns the unit of measurement for this statistic. |
WSStatistic |
rateOfChange(WSStatistic otherStatistic)
Returns the rate of change of this statistic with respect to the parameter otherStatistic. |
void |
resetOnClient(WSStatistic otherStatistic)
Resets the statistic with the parameter otherStatistic. |
void |
setDataInfo(com.ibm.websphere.pmi.PmiDataInfo info)
Set textual information. |
void |
setDataInfo(com.ibm.websphere.pmi.PmiModuleConfig config)
Set textual information. |
java.lang.String |
toString()
Returns the String representation of this statistic |
java.lang.String |
toXML()
Return the XML representation of this statistic |
void |
update(WSStatistic newStatistic)
Updates this statistic with the given value |
Method Detail |
public java.lang.String getName()
public java.lang.String getUnit()
public java.lang.String getDescription()
public long getStartTime()
public long getLastSampleTime()
public void setDataInfo(com.ibm.websphere.pmi.PmiModuleConfig config)
WSStatsHelper
public void setDataInfo(com.ibm.websphere.pmi.PmiDataInfo info)
WSStatsHelper
public int getId()
public com.ibm.websphere.pmi.PmiDataInfo getDataInfo()
public void update(WSStatistic newStatistic)
newStatistic
- must have the same statistic ID and typepublic WSStatistic delta(WSStatistic otherStatistic)
otherStatistic
- must have the same statistic ID and type
public void combine(WSStatistic otherStatistic)
otherStatistic
- must have the same statistic ID and typepublic void resetOnClient(WSStatistic otherStatistic)
otherStatistic
- must have the same statistic ID and typepublic WSStatistic copy()
public WSStatistic rateOfChange(WSStatistic otherStatistic)
otherStatistic
- must have the same statistic ID and typepublic java.lang.String toXML()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |