Uses of Interface
com.jrockit.memleak.IArrayInfo

Packages that use IArrayInfo
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 IArrayInfo in com.jrockit.memleak
 

Methods in com.jrockit.memleak that return IArrayInfo
 IArrayInfo IMemleakValueFactory.createArrayInfo(int objectID, IClassInfo classInfo, int length)
          Create an IArrayInfo value object.
 IArrayInfo IArraySizeInfo.getArrayInfo()
           
 

Methods in com.jrockit.memleak with parameters of type IArrayInfo
 IArraySizeInfo IMemleakValueFactory.createArraySizeInfo(IArrayInfo arrayInfo, long size)
          Create IArraySizeInfo value object.
 

Uses of IArrayInfo in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return IArrayInfo
 IArrayInfo InfoCachingFactory.createArrayInfo(int objectID, IClassInfo classInfo, int length)
           
 

Uses of IArrayInfo in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IArrayInfo
 IArrayInfo DelegatingValueFactory.createArrayInfo(int objectID, IClassInfo classInfo, int length)
           
 

Methods in com.jrockit.memleak.util with parameters of type IArrayInfo
 IArraySizeInfo DelegatingValueFactory.createArraySizeInfo(IArrayInfo arrayInfo, long size)
           
 

Uses of IArrayInfo in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IArrayInfo
 class ArrayInfo
          Default implementation of IArrayInfo.
 

Methods in com.jrockit.memleak.value that return IArrayInfo
 IArrayInfo ValueFactory.createArrayInfo(int objectID, IClassInfo classInfo, int length)
           
 IArrayInfo ArraySizeInfo.getArrayInfo()
           
 

Methods in com.jrockit.memleak.value with parameters of type IArrayInfo
 IArraySizeInfo ValueFactory.createArraySizeInfo(IArrayInfo arrayInfo, long size)
           
 

Constructors in com.jrockit.memleak.value with parameters of type IArrayInfo
ArraySizeInfo(IArrayInfo arrayInfo, long size)
          Constructor.
 



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