|
Jvmstat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsun.jvmstat.perfdata.monitor.MonitorStatus
public class MonitorStatus
Immutable class containing the list of inserted and deleted monitors over an arbitrary time period.
Field Summary | |
---|---|
protected List |
inserted
The list of Monitors inserted since the last query. |
protected List |
removed
The list of Monitors removed since the last query. |
Constructor Summary | |
---|---|
MonitorStatus(List inserted,
List removed)
Create a MonitorStatus instance. |
Method Summary | |
---|---|
List |
getInserted()
Get the list of Monitors inserted since the last query. |
List |
getRemoved()
Get the list of Monitors removed since the last query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List inserted
protected List removed
Constructor Detail |
---|
public MonitorStatus(List inserted, List removed)
inserted
- the list of Monitors insertedremoved
- the list of Monitors removedMethod Detail |
---|
public List getInserted()
public List getRemoved()
|
Jvmstat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |