Uses of Interface
com.ibm.dtfj.java.JavaObject
-
Packages that use JavaObject Package Description com.ibm.dtfj.java Classes to support Java™ runtime instances. -
-
Uses of JavaObject in com.ibm.dtfj.java
Methods in com.ibm.dtfj.java that return JavaObject Modifier and Type Method Description JavaObjectJavaThread. getBlockingObject()For threads that are in STATE_BLOCKED_ON_MONITOR_ENTER this method returns the JavaObject who's monitor they are blocked on.JavaObjectJavaClass. getObject()Fetch the java.lang.Class object associated with this class.JavaObjectJavaClassLoader. getObject()Get the java.lang.ClassLoader instance associated with this class loader.JavaObjectJavaMonitor. getObject()Get the object associated with this monitor.JavaObjectJavaThread. getObject()Fetch the java.lang.Thread associated with this thread.JavaObjectJavaRuntime. getObjectAtAddress(ImagePointer address)Gets the object located at addressaddressin the heap.JavaObjectJavaClass. getProtectionDomain()Returns the protection domain for this class.Methods in com.ibm.dtfj.java with parameters of type JavaObject Modifier and Type Method Description ObjectJavaField. get(JavaObject object)Get the contents of an Object fieldbooleanJavaField. getBoolean(JavaObject object)Get the contents of a boolean fieldbyteJavaField. getByte(JavaObject object)Get the contents of a byte fieldcharJavaField. getChar(JavaObject object)Get the contents of a char fielddoubleJavaField. getDouble(JavaObject object)Get the contents of a double fieldfloatJavaField. getFloat(JavaObject object)Get the contents of a float fieldintJavaField. getInt(JavaObject object)Get the contents of an int fieldlongJavaField. getLong(JavaObject object)Get the contents of a long fieldshortJavaField. getShort(JavaObject object)Get the contents of a short fieldStringJavaField. getString(JavaObject object)Get the contents of a string field
-