Home » openjdk-7 » sun.tools » attach » [javadoc | source]
sun.tools.attach
abstract public class: HotSpotVirtualMachine [javadoc | source]
java.lang.Object
   com.sun.tools.attach.VirtualMachine
      sun.tools.attach.HotSpotVirtualMachine

Direct Known Subclasses:
    LinuxVirtualMachine, SolarisVirtualMachine, WindowsVirtualMachine

Constructor:
 HotSpotVirtualMachine(AttachProvider provider,
    String id) 
Method from sun.tools.attach.HotSpotVirtualMachine Summary:
attachTimeout,   dumpHeap,   execute,   getAgentProperties,   getSystemProperties,   heapHisto,   loadAgent,   loadAgentLibrary,   loadAgentPath,   localDataDump,   printFlag,   readInt,   remoteDataDump,   setFlag
Methods from com.sun.tools.attach.VirtualMachine:
attach,   attach,   detach,   equals,   getAgentProperties,   getSystemProperties,   hashCode,   id,   list,   loadAgent,   loadAgent,   loadAgentLibrary,   loadAgentLibrary,   loadAgentPath,   loadAgentPath,   provider,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.tools.attach.HotSpotVirtualMachine Detail:
 long attachTimeout() 
 public InputStream dumpHeap(Object args) throws IOException 
 abstract InputStream execute(String cmd,
    Object args) throws AgentLoadException, IOException
 public Properties getAgentProperties() throws IOException 
 public Properties getSystemProperties() throws IOException 
 public InputStream heapHisto(Object args) throws IOException 
 public  void loadAgent(String agent,
    String options) throws AgentLoadException, AgentInitializationException, IOException 
 public  void loadAgentLibrary(String agentLibrary,
    String options) throws AgentLoadException, AgentInitializationException, IOException 
 public  void loadAgentPath(String agentLibrary,
    String options) throws AgentLoadException, AgentInitializationException, IOException 
 public  void localDataDump() throws IOException 
 public InputStream printFlag(String name) throws IOException 
 int readInt(InputStream in) throws IOException 
 public InputStream remoteDataDump(Object args) throws IOException 
 public InputStream setFlag(String name,
    String value) throws IOException