|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jamonapi.Monitor
com.jamonapi.BaseMonitor
Abstract base class for other Monitors
Constructor Summary | |
BaseMonitor()
|
Method Summary | |
protected java.lang.String |
convertToString(long value)
|
long |
getAccrued()
Return the accrued value. |
java.lang.String |
getAccruedString()
|
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 |
Monitor |
start()
|
Monitor |
stop()
Stop the montior |
java.lang.String |
toString()
|
Methods inherited from class com.jamonapi.Monitor |
isPrimary, setPrimary |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BaseMonitor()
Method Detail |
public long getAccrued()
MinimalMonitor
public java.lang.String toString()
public java.lang.String getAccruedString()
protected java.lang.String convertToString(long value)
public void reset()
MinimalMonitor
public void increase(long increaseValue)
MinimalMonitor
public Monitor start()
public Monitor stop()
Monitor
stop
in class Monitor
public void getData(java.util.ArrayList rowData)
MinimalMonitor
public void getHeader(java.util.ArrayList header)
MinimalMonitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |