java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | sun.jvmstat.monitor.event.HostEvent | ||
↳ | sun.jvmstat.monitor.event.VmStatusChangeEvent |
Provides a description of a change in status of the Java Virtual Machines associated with a MonitoredHost.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
active | The set of currently active Java Virtual Machines for the MonitoredHost. | ||||||||||
started | The set of Java Virtual Machines started on MonitoredHost since the previous event. | ||||||||||
terminated | The set of Java Virtual Machines terminated on MonitoredHost since the previous event. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new VmStatusChangeEvent instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the set of currently active Java Virtual Machines.
| |||||||||||
Return the set of Java Virtual Machines started since the last
event notification.
| |||||||||||
Return the set of Java Virtual Machines terminated since the last
event notification.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The set of currently active Java Virtual Machines for the MonitoredHost. The set contains an Integer object holding the lvmid for each active Java Virtual Machine on the MonitoredHost. This Set will only contain Integer objects.
The set of Java Virtual Machines started on MonitoredHost since the previous event. The set contains an Integer object holding the lvmid for each Java Virtual Machine started on the MonitoredHost. This Set will only contain Integer objects.
The set of Java Virtual Machines terminated on MonitoredHost since the previous event. The set contains an Integer object holding the lvmid for each Java Virtual Machine started on the MonitoredHost. This Set will only contain Integer objects.
Construct a new VmStatusChangeEvent instance.
host | the MonitoredHost that is the source of the event. |
---|---|
active | the set of currently active Java Virtual Machines |
started | the set of Java Virtual Machines started since the last event. |
terminated | the set of Java Virtual Machines terminated since the last event. |
Return the set of currently active Java Virtual Machines. The set contains an Integer object holding the lvmid for each active Java Virtual Machine on the MonitoredHost.
Return the set of Java Virtual Machines started since the last event notification. The set contains an Integer object holding the lvmid for each Java Virtual Machine started on the MonitoredHost since the last event notification.
Return the set of Java Virtual Machines terminated since the last event notification. The set contains an Integer object holding the lvmid for each Java Virtual Machine terminated on the MonitoredHost since the last event notification.