Package com.ibm.dtfj.java

Interface Summary
JavaClass Represents a Java class.
JavaClassLoader Represents an internal ClassLoader structure within a Java VM instance.
JavaField Represents a field declaration.
JavaHeap Represents a heap of managed objects.
JavaLocation Represents a point of execution within a Java method
JavaMember Abstract interface which both JavaField and JavaMethod inherit from.
JavaMethod Represents a method or constructor in a class
JavaMonitor Represents a monitor, either an object monitor or a raw monitor.
JavaObject Represents a Java object
JavaRuntime Represents an instance of a JavaVM within the ImageProcess
JavaStackFrame  
JavaThread Represents a Java thread
JavaVMInitArgs  
JavaVMOption