
| Modifier and Type | Method and Description |
|---|---|
int[] |
activeVms()
Get a list of Local Virtual Machine Identifiers for the active
Java Virtual Machine the remote system.
|
RemoteVm |
attachVm(int vmid,
String mode)
Remote method to attach to a remote HotSpot Java Virtual Machine
identified by
vmid. |
void |
detachVm(RemoteVm rvm)
Remote method to detach from a remote HotSpot Java Virtual Machine
identified by
vmid. |
RemoteVm attachVm(int vmid, String mode) throws RemoteException, MonitorException
vmid.vmid - The identifier for the target virtual machine.MonitorException - Thrown when any other error is encountered
while communicating with the target virtual
machine.RemoteExceptionvoid detachVm(RemoteVm rvm) throws RemoteException, MonitorException
vmid.rvm - The remote object for the target Java Virtual
Machine.MonitorException - Thrown when any other error is encountered
while communicating with the target virtual
machine.RemoteExceptionint[] activeVms()
throws RemoteException,
MonitorException
MonitorException - Thrown when any other error is encountered
while communicating with the target virtual
machine.RemoteExceptionCopyright © 2017–2018 earcam. All rights reserved.