|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents an instance of a JavaVM within the ImageProcess
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Iterator |
getCompiledMethods()
This is short cut method. |
java.util.Iterator |
getHeaps()
|
java.util.Iterator |
getJavaClassLoaders()
|
ImagePointer |
getJavaVM()
|
JavaVMInitArgs |
getJavaVMInitArgs()
Fetch the JavaVMInitArgs which were used to create this VM. |
java.util.Iterator |
getMonitors()
Provides access to the collection of monitors used in the JavaVM. |
java.util.Iterator |
getThreads()
|
java.lang.Object |
getTraceBuffer(java.lang.String bufferName,
boolean formatted)
Fetches implementation specific trace buffers, like the verbose GC buffer or the Universal Trace Engine (UTE) buffer |
int |
hashCode()
|
| Methods inherited from interface com.ibm.dtfj.runtime.ManagedRuntime |
|---|
getFullVersion, getVersion |
| Method Detail |
public ImagePointer getJavaVM()
throws CorruptDataException
CorruptDataException
public JavaVMInitArgs getJavaVMInitArgs()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the arguments are not available
CorruptDataExceptionpublic java.util.Iterator getJavaClassLoaders()
JavaClassLoader,
CorruptDatapublic java.util.Iterator getThreads()
JavaThread,
CorruptDatapublic java.util.Iterator getCompiledMethods()
JavaMethod,
CorruptDatapublic java.util.Iterator getMonitors()
JavaMonitor,
CorruptDatapublic java.util.Iterator getHeaps()
JavaHeap,
CorruptData
public java.lang.Object getTraceBuffer(java.lang.String bufferName,
boolean formatted)
throws CorruptDataException
bufferName - a String naming the buffer to be fetchedformatted - true if formatting should be performed on the buffer, or
false if the raw buffer contents should be returned
CorruptDataExceptionpublic boolean equals(java.lang.Object obj)
obj -
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||