sun.tools.attach
Class LinuxVirtualMachine

java.lang.Object
  extended by com.sun.tools.attach.VirtualMachine
      extended by sun.tools.attach.HotSpotVirtualMachine
          extended by sun.tools.attach.LinuxVirtualMachine

public final class LinuxVirtualMachine
extends HotSpotVirtualMachine

Linux implementation of HotSpotVirtualMachine.


Constructor Summary
LinuxVirtualMachine(AttachProvider provider, String vmid)
          Attaches to the target VM.
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinuxVirtualMachine

public LinuxVirtualMachine(AttachProvider provider,
                           String vmid)
                    throws AttachNotSupportedException,
                           IOException
Attaches to the target VM.

Throws:
AttachNotSupportedException
IOException
Method Detail

detach

public void detach()
Detach from the target VM.

Specified by:
detach in class VirtualMachine


Copyright © 2007-2013. All Rights Reserved.