|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jvm.ras.findroots.Base
com.ibm.jvm.ras.findroots.HeapdumpReader
This class parses a Phd format heapdump file. To use it, first create the object
(see HeapdumpReader(java.lang.String)
) passing the file name and then parse it (see parse(com.ibm.jvm.ras.findroots.PortableHeapDumpListener)
)
passing it an object that obeys the PortableHeapDumpListener
interface.
Constructor Summary | |
HeapdumpReader(java.lang.String filename)
Create a new HeapdumpReader object from the given file. |
Method Summary | |
java.lang.String |
full_version()
Returns the full version for the JVM that created this heapdump. |
boolean |
is64Bit()
Returns true if this is a 64-bit heap dump. |
void |
parse(PortableHeapDumpListener listener)
Parse the heapdump. |
int |
version()
Returns the Phd version number. |
Methods inherited from class com.ibm.jvm.ras.findroots.Base |
Assert, debug, hex, hex, log, setDebug, setVerbose, trace, verbose |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HeapdumpReader(java.lang.String filename)
Method Detail |
public java.lang.String full_version()
public int version()
public boolean is64Bit()
public void parse(PortableHeapDumpListener listener) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |