-
active
Set<E> active
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.
-
started
Set<E> started
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.
-
terminated
Set<E> terminated
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.