Package com.ibm.dtfj.java


Interface Summary

Interface Description
JavaClass Represents a Java class.
JavaClassLoader Represents an internal ClassLoader structure within a Java VM instance.
JavaField Represents a Java field declaration.
JavaHeap Represents a heap of managed objects.
JavaLocation Represents a point of execution within a Java method.
JavaMember Base interface inherited by JavaField and JavaMethod.
JavaMethod Represents a method or constructor in a class.
JavaMonitor Represents a Java monitor (either an object monitor or a raw monitor).
JavaObject Represents a Java Object.
JavaReference Represents a Java reference.
JavaRuntime Represents a Java runtime.
JavaRuntimeMemoryCategory Represents a category of native memory allocated by the Java runtime.
JavaRuntimeMemorySection Represents a native memory range allocated by the Java Runtime.
JavaStackFrame Represents a frame on a Java thread stack.
JavaThread Represents a Java thread.
JavaVMInitArgs Represents the JavaVMInitArgs C structure passed to JNI_CreateJavaVM to create the Java runtime.
JavaVMOption Represents the JavaVMOption C structures passed to JNI_CreateJavaVM to create the VM.