Jvmstat

Serialized Form


Package sun.jvmstat.monitor

Class sun.jvmstat.monitor.MonitorException extends Exception implements Serializable


Package sun.jvmstat.monitor.event

Class sun.jvmstat.monitor.event.HostEvent extends EventObject implements Serializable

Class sun.jvmstat.monitor.event.MonitorStatusChangeEvent extends VmEvent implements Serializable

Serialized Fields

inserted

List<E> inserted
List of instrumentation objects inserted since the last event. Elements of this list will always be of type Monitor.


removed

List<E> removed
List of instrumentation objects removed since the last event. Elements of this list will always be of type Monitor.

Class sun.jvmstat.monitor.event.VmEvent extends EventObject implements Serializable

Class sun.jvmstat.monitor.event.VmStatusChangeEvent extends HostEvent implements Serializable

Serialized Fields

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.


Package sun.jvmstat.perfdata.monitor

Class sun.jvmstat.perfdata.monitor.MonitorDataException extends MonitorException implements Serializable

Class sun.jvmstat.perfdata.monitor.MonitorStructureException extends MonitorException implements Serializable

Class sun.jvmstat.perfdata.monitor.MonitorTypeException extends MonitorException implements Serializable

Class sun.jvmstat.perfdata.monitor.MonitorVersionException extends MonitorException implements Serializable

Class sun.jvmstat.perfdata.monitor.SyntaxException extends Exception implements Serializable

Serialized Fields

lineno

int lineno


Jvmstat