Jvmstat

Uses of Interface
sun.jvmstat.monitor.remote.RemoteVm

Packages that use RemoteVm
sun.jvmstat.monitor.remote Provides interfaces supporting remote monitoring for instrumented HotSpot Java Virtual Machines. 
sun.jvmstat.perfdata.monitor.protocol.rmi Provides the implementation classes for the rmi: protocol for the HotSpot PerfData instrumentation buffer monitoring implementation. 
 

Uses of RemoteVm in sun.jvmstat.monitor.remote
 

Methods in sun.jvmstat.monitor.remote that return RemoteVm
 RemoteVm RemoteHost.attachVm(int vmid, String mode)
          Remote method to attach to a remote HotSpot Java Virtual Machine identified by vmid.
 

Methods in sun.jvmstat.monitor.remote with parameters of type RemoteVm
 void RemoteHost.detachVm(RemoteVm rvm)
          Remote method to detach from a remote HotSpot Java Virtual Machine identified by vmid.
 

Uses of RemoteVm in sun.jvmstat.perfdata.monitor.protocol.rmi
 

Methods in sun.jvmstat.perfdata.monitor.protocol.rmi that return RemoteVm
 RemoteVm RemoteMonitoredVm.getRemoteVm()
          Get the proxy to the remote MonitoredVm.
 

Constructors in sun.jvmstat.perfdata.monitor.protocol.rmi with parameters of type RemoteVm
PerfDataBuffer(RemoteVm rvm, int lvmid)
          Create a PerfDataBuffer instance for accessing the specified instrumentation buffer.
RemoteMonitoredVm(RemoteVm rvm, VmIdentifier vmid, Timer timer, int interval)
          Create a RemoteMonitoredVm instance.
 


Jvmstat