| com.jamonapi.AccumulateMonitorInterface
All known Subclasses: com.jamonapi.AccumulateMonitor, com.jamonapi.NullAccumulateMonitor,
AccumulateMonitorInterface | public interface AccumulateMonitorInterface extends MinimalMonitor(Code) | | This is very similar to the Monitor interface. Truthfully, I don't remember why I used it as it. *
|
Method Summary | |
public void | increase() | public boolean | isPrimary() indicates whether or not this Monitor is primary or not. | public void | setPrimary(boolean primary) Specify whether or not this Monitor is primary. | public void | start() | public void | stop() |
increase | public void increase()(Code) | | increase the stored value for this Monitor *
|
isPrimary | public boolean isPrimary()(Code) | | indicates whether or not this Monitor is primary or not. See www.jamonapi.com for more info *
|
setPrimary | public void setPrimary(boolean primary)(Code) | | Specify whether or not this Monitor is primary. See www.jamonapi.com for more info *
|
start | public void start()(Code) | | start() gathering statistics for this Monitor *
|
stop | public void stop()(Code) | | stop() gathering statistics for this Monitor *
|
|
|