Uses of Interface
com.jrockit.memleak.IFieldValue

Packages that use IFieldValue
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
com.jrockit.memleak.value   
 

Uses of IFieldValue in com.jrockit.memleak
 

Fields in com.jrockit.memleak declared as IFieldValue
static IFieldValue[] IFieldValue.EMPTY_ARRAY
          An empty IFieldValue array.
 

Methods in com.jrockit.memleak that return IFieldValue
 IFieldValue IMemleakValueFactory.createPrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
          Create IFieldValue primitive value object.
 IFieldValue IMemleakValueFactory.createReferenceFieldValue(IFieldInfo info, IObjectInfo value)
          Create IFieldValue reference value object.
 IFieldValue IObjectInfo.getFieldValue(java.lang.String fieldName, java.lang.Class<?> type, Policy policy)
          Get the IFieldValue of the most visible field that has the name fieldName and is assignable to the class type as per IValue.isAssignableTo(Class) in the object represented by this IObjectInfo.
 IFieldValue[] IObjectInfo.getFieldValues(Policy policy)
          Get the values and names for all the fields in the object represented by this IObjectInfo.
 

Uses of IFieldValue in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return IFieldValue
protected  IFieldValue[] MemLeakR28.parseFieldValues(java.io.DataInputStream dis, boolean onlyStatics)
           
protected  IFieldValue[] MemLeakR26.parseFieldValues(java.io.DataInputStream dis, boolean onlyStatics)
           
protected abstract  IFieldValue[] AbstractMemLeak.parseFieldValues(java.io.DataInputStream dis, boolean onlyStatics)
           
 

Uses of IFieldValue in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IFieldValue
 IFieldValue DelegatingValueFactory.createPrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
           
 IFieldValue DelegatingValueFactory.createReferenceFieldValue(IFieldInfo info, IObjectInfo value)
           
 IFieldValue DummyObjectInfo.getFieldValue(java.lang.String fieldName, java.lang.Class<?> type, Policy policy)
           
 IFieldValue[] DummyObjectInfo.getFieldValues(Policy policy)
           
 

Uses of IFieldValue in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IFieldValue
 class PrimitiveFieldValue
          Represents a primitive field in an instance.
 class ReferenceFieldValue
          Represents a reference field in an instance.
 

Methods in com.jrockit.memleak.value that return IFieldValue
 IFieldValue ValueFactory.createPrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
           
 IFieldValue ValueFactory.createReferenceFieldValue(IFieldInfo info, IObjectInfo value)
           
 IFieldValue AbstractObjectInfo.getFieldValue(java.lang.String fieldName, java.lang.Class<?> type, Policy policy)
           
 IFieldValue[] ObjectInfo.getFieldValues(Policy policy)
           
 IFieldValue[] ArrayInfo.getFieldValues(Policy policy)
           
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.