| sun.jvmstat.monitor.remote.RemoteVm |
Known Indirect Subclasses
|
Interface for accessing the instrumentation exported by a Java Virtual Machine running on a remote host.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Interface to detach from the remote Java Virtual Machine.
| |||||||||||
Interface to get the bytes associated with the instrumentation
for the remote Java Virtual Machine.
| |||||||||||
Interface to get the the size of the instrumentation buffer
for the target Java Virtual Machine.
| |||||||||||
Interface to return the Local Virtual Machine Identifier for
the remote Java Virtual Machine.
| |||||||||||
Interface to detach from the remote Java Virtual Machine.
| RemoteException | Thrown on any communication error |
|---|
Interface to get the bytes associated with the instrumentation for the remote Java Virtual Machine.
| RemoteException | Thrown on any communication error |
|---|
Interface to get the the size of the instrumentation buffer for the target Java Virtual Machine.
| RemoteException | Thrown on any communication error |
|---|
Interface to return the Local Virtual Machine Identifier for the remote Java Virtual Machine. The Local Virtual Machine Identifier is also know as the lvmid.
| RemoteException | Thrown on any communication error |
|---|