|
Jvmstat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteHost
Remote Interface for discovering and attaching to remote monitorable Java Virtual Machines.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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.
RemoteException
void 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.
RemoteException
int[] activeVms() throws RemoteException, MonitorException
MonitorException
- Thrown when any other error is encountered
while communicating with the target virtual
machine.
RemoteException
|
Jvmstat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |