com.ibm.dtfj.java

Uses of Interface JavaObject

Packages that use JavaObject

Package Description
com.ibm.dtfj.java

Uses of JavaObject in com.ibm.dtfj.java

Modifier and Type Method and Description
  1. 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.
  1. JavaObject
JavaThread.getObject()
Fetch the java.lang.Thread associated with this thread.
  1. JavaObject
JavaMonitor.getObject()
Get the object associated with this monitor.
  1. JavaObject
JavaClassLoader.getObject()
Get the java.lang.ClassLoader instance associated with this class loader.
  1. JavaObject
JavaClass.getObject()
Fetch the java.lang.Class object associated with this class.
  1. JavaObject
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address address in the heap.
Modifier and Type Method and Description
  1. java.lang.Object
JavaField.get(JavaObject object)
Get the contents of an Object field
  1. boolean
JavaField.getBoolean(JavaObject object)
Get the contents of a boolean field
  1. byte
JavaField.getByte(JavaObject object)
Get the contents of a byte field
  1. char
JavaField.getChar(JavaObject object)
Get the contents of a char field
  1. double
JavaField.getDouble(JavaObject object)
Get the contents of a double field
  1. float
JavaField.getFloat(JavaObject object)
Get the contents of a float field
  1. int
JavaField.getInt(JavaObject object)
Get the contents of an int field
  1. long
JavaField.getLong(JavaObject object)
Get the contents of a long field
  1. short
JavaField.getShort(JavaObject object)
Get the contents of a short field
  1. java.lang.String
JavaField.getString(JavaObject object)
Get the contents of a string field