org.eclipse.mat.ibmvm.acquire
Class IBMExecVmInfo

java.lang.Object
  extended by org.eclipse.mat.snapshot.acquire.VmInfo
      extended by org.eclipse.mat.ibmvm.acquire.IBMVmInfo
          extended by org.eclipse.mat.ibmvm.acquire.IBMExecVmInfo

public class IBMExecVmInfo
extends IBMVmInfo

Information about an IBM VM, for use when using a helper VM to create a dump.


Field Summary
 java.io.File javaexecutable
           
 java.lang.String[] vmoptions
           
 
Fields inherited from class org.eclipse.mat.ibmvm.acquire.IBMVmInfo
compress, dumpdir, type
 
Method Summary
 
Methods inherited from class org.eclipse.mat.ibmvm.acquire.IBMVmInfo
getProposedFileName
 
Methods inherited from class org.eclipse.mat.snapshot.acquire.VmInfo
getDescription, getHeapDumpProvider, getPid, isHeapDumpEnabled, setDescription, setHeapDumpEnabled, setHeapDumpProvider, setPid, setProposedFileName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

javaexecutable

public java.io.File javaexecutable

vmoptions

public java.lang.String[] vmoptions