Uses of Interface
com.jrockit.memleak.IValue

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

Uses of IValue in com.jrockit.memleak
 

Subinterfaces of IValue in com.jrockit.memleak
 interface IFieldValue
          Represents a field in an instance.
 

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

Methods in com.jrockit.memleak that return IValue
 IValue IMemleakValueFactory.createPrimitiveValue(java.lang.Object valueWrapper)
          Create IValue primitive value object.
 IValue IMemleakValueFactory.createReferenceValue(IObjectInfo value)
          Create IValue reference value object.
 IValue[] IArrayInfo.getElements(Policy policy, int from, int len)
          Get the element data from an array.
 

Uses of IValue in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IValue
 IValue DelegatingValueFactory.createPrimitiveValue(java.lang.Object valueWrapper)
           
 IValue DelegatingValueFactory.createReferenceValue(IObjectInfo value)
           
 

Uses of IValue in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IValue
 class PrimitiveFieldValue
          Represents a primitive field in an instance.
 class PrimitiveValue
          Represents a primitive value.
 class ReferenceFieldValue
          Represents a reference field in an instance.
 class ReferenceValue
          Represents a reference value that might be null.
 

Methods in com.jrockit.memleak.value that return IValue
 IValue ValueFactory.createPrimitiveValue(java.lang.Object valueWrapper)
           
 IValue ValueFactory.createReferenceValue(IObjectInfo value)
           
 IValue[] ArrayInfo.getElements(Policy policy, int from, int len)
           
 



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