Uses of Interface
com.ibm.jvm.trace.TraceThread
-
Packages that use TraceThread Package Description com.ibm.jvm.format com.ibm.jvm.trace -
-
Uses of TraceThread in com.ibm.jvm.format
Classes in com.ibm.jvm.format that implement TraceThread Modifier and Type Class Description class
TraceThread
Vector containing all trace records for a specific thread.Methods in com.ibm.jvm.format that return TraceThread Modifier and Type Method Description TraceThread[]
TraceFormat. getTraceThreads()
-
Uses of TraceThread in com.ibm.jvm.trace
Methods in com.ibm.jvm.trace that return TraceThread Modifier and Type Method Description TraceThread[]
TraceFile. getTraceThreads()
Get an array representing all of the traced threads in the current TraceFile.
-