|
Jvmstat | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
sun.jvmstat.monitor.event.HostEvent
sun.jvmstat.monitor.event.VmStatusChangeEvent
public class VmStatusChangeEvent
Provides a description of a change in status of the Java Virtual Machines associated with a MonitoredHost.
| Field Summary | |
|---|---|
protected Set |
active
The set of currently active Java Virtual Machines for the MonitoredHost. |
protected Set |
started
The set of Java Virtual Machines started on MonitoredHost since the previous event. |
protected Set |
terminated
The set of Java Virtual Machines terminated on MonitoredHost since the previous event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
VmStatusChangeEvent(MonitoredHost host,
Set active,
Set started,
Set terminated)
Construct a new VmStatusChangeEvent instance. |
|
| Method Summary | |
|---|---|
Set |
getActive()
Return the set of currently active Java Virtual Machines. |
Set |
getStarted()
Return the set of Java Virtual Machines started since the last event notification. |
Set |
getTerminated()
Return the set of Java Virtual Machines terminated since the last event notification. |
| Methods inherited from class sun.jvmstat.monitor.event.HostEvent |
|---|
getMonitoredHost |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Set active
protected Set started
protected Set terminated
| Constructor Detail |
|---|
public VmStatusChangeEvent(MonitoredHost host,
Set active,
Set started,
Set terminated)
host - the MonitoredHost that is the source of the event.active - the set of currently active Java Virtual Machinesstarted - the set of Java Virtual Machines started since the
last event.terminated - the set of Java Virtual Machines terminated since
the last event.| Method Detail |
|---|
public Set getActive()
public Set getStarted()
public Set getTerminated()
|
Jvmstat | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||