|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.jamonapi.Monitor
|
+--com.jamonapi.BaseMonitor
Abstract base class for other Monitors
| Constructor Summary | |
BaseMonitor()
|
|
| Method Summary | |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BaseMonitor()
| Method Detail |
public long getAccrued()
MinimalMonitor
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getAccruedString()
public void reset()
MinimalMonitor
public void increase(long increaseValue)
MinimalMonitor
public Monitor start()
start in class Monitorpublic Monitor stop()
Monitor
stop in class Monitorpublic 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 | |||||||||