|
Jvmstat | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteVm
Interface for accessing the instrumentation exported by a Java Virtual Machine running on a remote host.
| Method Summary | |
|---|---|
void |
detach()
Interface to detach from the remote Java Virtual Machine. |
byte[] |
getBytes()
Interface to get the bytes associated with the instrumentation for the remote Java Virtual Machine. |
int |
getCapacity()
Interface to get the the size of the instrumentation buffer for the target Java Virtual Machine. |
int |
getLocalVmId()
Interface to return the Local Virtual Machine Identifier for the remote Java Virtual Machine. |
| Method Detail |
|---|
byte[] getBytes()
throws RemoteException
RemoteException - Thrown on any communication error
int getCapacity()
throws RemoteException
RemoteException - Thrown on any communication error
int getLocalVmId()
throws RemoteException
RemoteException - Thrown on any communication error
void detach()
throws RemoteException
RemoteException - Thrown on any communication error
|
Jvmstat | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||