sun.tools.attach
Class LinuxVirtualMachine
java.lang.Object
com.sun.tools.attach.VirtualMachine
sun.tools.attach.HotSpotVirtualMachine
sun.tools.attach.LinuxVirtualMachine
public final class LinuxVirtualMachine
- extends HotSpotVirtualMachine
Linux implementation of HotSpotVirtualMachine.
Method Summary |
void |
detach()
Detach from the target VM. |
Methods inherited from class sun.tools.attach.HotSpotVirtualMachine |
dumpHeap, getAgentProperties, getSystemProperties, heapHisto, loadAgent, loadAgentLibrary, loadAgentPath, localDataDump, printFlag, remoteDataDump, setFlag |
Methods inherited from class com.sun.tools.attach.VirtualMachine |
attach, attach, equals, hashCode, id, list, loadAgent, loadAgentLibrary, loadAgentPath, provider, toString |
LinuxVirtualMachine
public LinuxVirtualMachine(AttachProvider provider,
String vmid)
throws AttachNotSupportedException,
IOException
- Attaches to the target VM.
- Throws:
AttachNotSupportedException
IOException
detach
public void detach()
- Detach from the target VM.
- Specified by:
detach
in class VirtualMachine
Copyright © 2007-2013. All Rights Reserved.