- JavaClass - Interface in com.ibm.dtfj.java
-
Represents a Java class.
- JavaClassLoader - Interface in com.ibm.dtfj.java
-
Represents an internal ClassLoader structure within a Java VM instance.
- JavaField - Interface in com.ibm.dtfj.java
-
Represents a Java field declaration.
- JavaHeap - Interface in com.ibm.dtfj.java
-
Represents a heap of managed objects.
- JavaLocation - Interface in com.ibm.dtfj.java
-
Represents a point of execution within a Java method.
- JavaMember - Interface in com.ibm.dtfj.java
-
Base interface inherited by JavaField and JavaMethod.
- JavaMethod - Interface in com.ibm.dtfj.java
-
Represents a method or constructor in a class.
- JavaMonitor - Interface in com.ibm.dtfj.java
-
Represents a Java monitor (either an object monitor or a raw monitor).
- JavaObject - Interface in com.ibm.dtfj.java
-
Represents a Java Object.
- JavaReference - Interface in com.ibm.dtfj.java
-
Represents a Java reference.
- JavaRuntime - Interface in com.ibm.dtfj.java
-
Represents a Java runtime.
- JavaRuntimeMemoryCategory - Interface in com.ibm.dtfj.java
-
Represents a category of native memory allocated by the Java runtime.
- JavaRuntimeMemorySection - Interface in com.ibm.dtfj.java
-
Represents a native memory range allocated by the Java Runtime.
- JavaStackFrame - Interface in com.ibm.dtfj.java
-
Represents a frame on a Java thread stack.
- JavaThread - Interface in com.ibm.dtfj.java
-
Represents a Java thread.
- JavaVMInitArgs - Interface in com.ibm.dtfj.java
-
Represents the JavaVMInitArgs C structure passed to JNI_CreateJavaVM
to create the Java runtime.
- JavaVMOption - Interface in com.ibm.dtfj.java
-
Represents the JavaVMOption C structures passed to JNI_CreateJavaVM
to create the VM.
- JNI_VERSION_1_1 - Static variable in interface com.ibm.dtfj.java.JavaVMInitArgs
-
The JNI specified version constant for the Java 1.1 version of JNI
- JNI_VERSION_1_2 - Static variable in interface com.ibm.dtfj.java.JavaVMInitArgs
-
The JNI specified version constant for the Java 1.2 version of JNI
- JNI_VERSION_1_4 - Static variable in interface com.ibm.dtfj.java.JavaVMInitArgs
-
The JNI specified version constant for the Java 1.4 version of JNI