|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsysteminformationmonitor.system.SystemInformationGather
public class SystemInformationGather
SystemInformationGather class mangages all system information classes. It contains two thread pool which does periodic pulling and push of information.
| Method Summary | |
|---|---|
static int |
getCounter()
Getter method for the update counter |
static SystemInformationGather |
getInstance()
|
static long |
getLoadTime()
Getter method for update load time |
static long |
getRefreshTime()
|
void |
refresh()
For the gather to make a global pull and then push update. |
void |
run()
This method will cause the SystemInformation gather to refresh at a periodic rate. |
void |
setTime(int time)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SystemInformationGather getInstance()
public void refresh()
public static int getCounter()
public static long getLoadTime()
public static long getRefreshTime()
public void run()
run in interface java.lang.Runnablepublic void setTime(int time)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||