Jvmstat

Uses of Package
sun.jvmstat.monitor

Packages that use sun.jvmstat.monitor
sun.jvmstat.monitor Provides classes for monitoring instrumented HotSpot Java Virtual Machines. 
sun.jvmstat.monitor.event Provides classes for event types and event listeners for MonitoredHost and MonitoredVm events.. 
sun.jvmstat.monitor.remote Provides interfaces supporting remote monitoring for instrumented HotSpot Java Virtual Machines. 
sun.jvmstat.perfdata.monitor Provides the monitoring implementation classes that utilize the HotSpot PerfData shared memory instrumentation buffer for discovery and monitoring of instrumentation exported by a HotSpot Java Virtual Machine. 
sun.jvmstat.perfdata.monitor.protocol.file Provides the implementation classes for the file: protocol for the HotSpot PerfData instrumentation buffer monitoring implementation. 
sun.jvmstat.perfdata.monitor.protocol.local Provides the implementation classes for the local: protocol for the HotSpot PerfData instrumentation buffer monitoring implementation. 
sun.jvmstat.perfdata.monitor.protocol.rmi Provides the implementation classes for the rmi: protocol for the HotSpot PerfData instrumentation buffer monitoring implementation. 
sun.jvmstat.perfdata.monitor.v2_0   
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.monitor
HostIdentifier
          An abstraction that identifies a target host and communications protocol.
Monitor
          Interface provided by Instrumentation Monitoring Objects.
MonitoredHost
          An abstraction for a host that contains instrumented Java Virtual Machines.
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
VmIdentifier
          An abstraction that identifies a target Java Virtual Machine.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.monitor.event
MonitoredHost
          An abstraction for a host that contains instrumented Java Virtual Machines.
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.monitor.remote
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.perfdata.monitor
AbstractMonitor
          The base class for Instrumentation Monitoring Objects.
ByteArrayMonitor
          Interface for Monitoring ByteArrayInstrument objects.
IntegerMonitor
          Interface for Monitoring Integer Instrument Objects.
LongMonitor
          Interface for Monitoring LongInstrument objects.
Monitor
          Interface provided by Instrumentation Monitoring Objects.
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
StringMonitor
          Interface for Monitoring StringInstrument objects.
VmIdentifier
          An abstraction that identifies a target Java Virtual Machine.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.perfdata.monitor.protocol.file
HostIdentifier
          An abstraction that identifies a target host and communications protocol.
MonitoredHost
          An abstraction for a host that contains instrumented Java Virtual Machines.
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
VmIdentifier
          An abstraction that identifies a target Java Virtual Machine.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.perfdata.monitor.protocol.local
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
VmIdentifier
          An abstraction that identifies a target Java Virtual Machine.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.perfdata.monitor.protocol.rmi
MonitoredVm
          Interface for interacting with a monitorable Java Virtual Machine.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
VmIdentifier
          An abstraction that identifies a target Java Virtual Machine.
 

Classes in sun.jvmstat.monitor used by sun.jvmstat.perfdata.monitor.v2_0
Monitor
          Interface provided by Instrumentation Monitoring Objects.
MonitorException
          Base class for exceptions that occur while interfacing with the Monitoring interfaces.
 


Jvmstat