Uses of Interface
javax.tools.diagnostics.runtime.java.JavaObject

Packages that use JavaObject
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of JavaObject in javax.tools.diagnostics.runtime.java
 

Methods in javax.tools.diagnostics.runtime.java that return JavaObject
 JavaObject JavaClass.getObject()
           Fetch the Class object associated with this class.
 JavaObject JavaThread.getObject()
          Returns the JavaObject representing the instance of the class or subclass of Thread that represents this thread in the Java Virtual Machine.
 JavaObject JavaMonitor.getObject()
          Get the object associated with this monitor.
 JavaObject JavaClassLoader.getObject()
          Get the ClassLoader instance (represented by a JavaObject associated with this class loader.
 JavaObject JavaRuntime.getObjectAtAddress(ImagePointer address)
          Gets the object located at address address in the heap.
 

Methods in javax.tools.diagnostics.runtime.java that return types with arguments of type JavaObject
 java.util.List<JavaObject> JavaClass.getConstantPoolReferences()
           Returns the list of constant pool references defined by this class.
 java.util.List<JavaObject> JavaHeap.getObjects()
          Get the set of objects which are stored in this heap.
 

Methods in javax.tools.diagnostics.runtime.java with parameters of type JavaObject
 java.lang.Object JavaField.get(JavaObject object)
           Get the contents of a field of an Object.
 boolean JavaField.getBoolean(JavaObject object)
           Get the contents of a boolean field
 byte JavaField.getByte(JavaObject object)
           Get the contents of a byte field
 char JavaField.getChar(JavaObject object)
           Get the contents of a char field
 double JavaField.getDouble(JavaObject object)
           Get the contents of a double field or of another primitive field whose type is convertible to double via a widening conversion.
 float JavaField.getFloat(JavaObject object)
           Get the contents of a float field or of another primitive field whose type is convertible to float via a widening conversion.
 int JavaField.getInt(JavaObject object)
           Get the contents of an int field or of another primitive field whose type is convertible to int via a widening conversion.
 long JavaField.getLong(JavaObject object)
           Get the contents of a long field or of another primitive field whose type is convertible to long via a widening conversion.
 short JavaField.getShort(JavaObject object)
           Get the contents of a short field or of another primitive field whose type is convertible to short via a widening conversion.
 java.lang.String JavaField.getString(JavaObject object)
           Get the contents of a string field
 



Copyright © 2010. All Rights Reserved.