|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Most basic interfaces that all monitors must implement. Right now the only type of Monitors are timing related monitors, but the interface is generic that future types may be added. For example it would be easy to add a Monitor that could track the number of bytes sent to a client browser or something similar.
Method Summary | |
long |
getAccrued()
Return the accrued value. |
void |
getData(java.util.ArrayList rowData)
Add this elements value to the ArrayList. |
void |
getHeader(java.util.ArrayList header)
Add this elements header value to an ArrayList. |
void |
increase(long increaseValue)
Increase the monitors value |
void |
reset()
Erase the values in the monitor |
Method Detail |
public long getAccrued()
public void increase(long increaseValue)
public void reset()
public void getData(java.util.ArrayList rowData)
public void getHeader(java.util.ArrayList header)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |