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 JavaObject
JavaThread. getBlockingObject()
For threads that are in STATE_BLOCKED_ON_MONITOR_ENTER this method returns the JavaObject who's monitor they are blocked on.JavaObject
JavaClass. getObject()
Fetch the java.lang.Class object associated with this class.JavaObject
JavaClassLoader. getObject()
Get the java.lang.ClassLoader instance associated with this class loader.JavaObject
JavaMonitor. getObject()
Get the object associated with this monitor.JavaObject
JavaThread. getObject()
Fetch the java.lang.Thread associated with this thread.JavaObject
JavaRuntime. getObjectAtAddress(ImagePointer address)
Gets the object located at addressaddress
in the heap.JavaObject
JavaClass. getProtectionDomain()
Returns the protection domain for this class.Methods in com.ibm.dtfj.java with parameters of type JavaObject Modifier and Type Method Description Object
JavaField. get(JavaObject object)
Get the contents of an Object fieldboolean
JavaField. getBoolean(JavaObject object)
Get the contents of a boolean fieldbyte
JavaField. getByte(JavaObject object)
Get the contents of a byte fieldchar
JavaField. getChar(JavaObject object)
Get the contents of a char fielddouble
JavaField. getDouble(JavaObject object)
Get the contents of a double fieldfloat
JavaField. getFloat(JavaObject object)
Get the contents of a float fieldint
JavaField. getInt(JavaObject object)
Get the contents of an int fieldlong
JavaField. getLong(JavaObject object)
Get the contents of a long fieldshort
JavaField. getShort(JavaObject object)
Get the contents of a short fieldString
JavaField. getString(JavaObject object)
Get the contents of a string field
-