| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.pu.sla.monitor.AbstractMonitor
public abstract class AbstractMonitor
A base class for monitor classes.
| Constructor Summary | |
|---|---|
AbstractMonitor()
 | 
|
| Method Summary | |
|---|---|
 int | 
getHistorySize()
The history log size that will be kept for this monitor.  | 
 String | 
getName()
Returns the name of the monitor.  | 
 long | 
getPeriod()
The period this monitor will be sampled (in milliseconds).  | 
 void | 
setHistorySize(int historySize)
The history log size that will be kept for this monitor.  | 
 void | 
setName(String name)
Sets the name of the monitor.  | 
 void | 
setPeriod(long period)
The period this monitor will be sampled (in milliseconds).  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.openspaces.pu.sla.monitor.Monitor | 
|---|
getValue | 
| Constructor Detail | 
|---|
public AbstractMonitor()
| Method Detail | 
|---|
public String getName()
getName in interface Monitorpublic void setName(String name)
public long getPeriod()
getPeriod in interface Monitorpublic void setPeriod(long period)
public int getHistorySize()
getHistorySize in interface Monitorpublic void setHistorySize(int historySize)
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||