- java.lang.Object
-
- com.ibm.dtfj.phd.PHDJavaObject
-
- All Implemented Interfaces:
JavaObject
public class PHDJavaObject extends Object implements JavaObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PHDJavaObject.Builder
The constructors for PHDJavaObject used to take up to 11 arguments, many of which were ints.
-
Field Summary
Fields Modifier and Type Field Description static long
UNSPECIFIED_INSTANCE_SIZE
instance size is an unsigned int in the datastream, so -1L is a value that cannot collide
-
Constructor Summary
Constructors Constructor Description PHDJavaObject(PHDJavaObject.Builder builder)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.java.JavaObject
arraycopy, equals, getArraySize, getHashcode, getHeap, getID, getJavaClass, getPersistentHashcode, getReferences, getSections, getSize, hashCode, isArray
-
-
-
-
Field Detail
-
UNSPECIFIED_INSTANCE_SIZE
public static final long UNSPECIFIED_INSTANCE_SIZE
instance size is an unsigned int in the datastream, so -1L is a value that cannot collide- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PHDJavaObject
public PHDJavaObject(PHDJavaObject.Builder builder)
-
-