Uses of Interface
com.jrockit.memleak.IInstanceReferrers

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

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

Methods in com.jrockit.memleak that return IInstanceReferrers
 IInstanceReferrers IMemleakValueFactory.createInstanceReferrers(IObjectInfo targetInfo, IObjectInfo[] ois, IStaticField[] staticFields, IThreadRoot[] threadRoots, int globalHandles)
          Create IInstanceReferrers value object.
 IInstanceReferrers IMemLeak.getInstancesPointingTo(IObjectSpecifier objectSpec, Policy policy)
          Find all instances pointing to this object id.
 

Methods in com.jrockit.memleak that return types with arguments of type IInstanceReferrers
 ITruncatable<IInstanceReferrers> IMemLeak.getPathPointingTo(IObjectSpecifier objectSpec, int maxDepth, int maxMillis)
          Find a path from a GC root to the object denoted by objectSpec.
 

Uses of IInstanceReferrers in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return IInstanceReferrers
 IInstanceReferrers MemLeakR28.getInstancesPointingTo(IObjectSpecifier objectSpec, Policy policy)
           
 IInstanceReferrers MemLeakR26.getInstancesPointingTo(IObjectSpecifier objectSpec, Policy policy)
           
protected  IInstanceReferrers MemLeakR28.parseInstancePointingTo(java.io.DataInputStream dis)
           
 

Methods in com.jrockit.memleak.mlp that return types with arguments of type IInstanceReferrers
 ITruncatable<IInstanceReferrers> MemLeakR28.getPathPointingTo(IObjectSpecifier objectSpec, int maxDepth, int maxMillis)
           
 

Uses of IInstanceReferrers in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IInstanceReferrers
 IInstanceReferrers DelegatingValueFactory.createInstanceReferrers(IObjectInfo targetInfo, IObjectInfo[] ois, IStaticField[] staticFields, IThreadRoot[] threadRoots, int globalHandles)
           
 IInstanceReferrers MemLeakAdapter.getInstancesPointingTo(IObjectSpecifier objectSpec, Policy policy)
           
 

Methods in com.jrockit.memleak.util that return types with arguments of type IInstanceReferrers
 ITruncatable<IInstanceReferrers> MemLeakAdapter.getPathPointingTo(IObjectSpecifier objectSpec, int maxDepth, int maxMillis)
           
 

Uses of IInstanceReferrers in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IInstanceReferrers
 class InstanceReferrers
          Holds information about which instances that point to a certain object.
 

Methods in com.jrockit.memleak.value that return IInstanceReferrers
 IInstanceReferrers ValueFactory.createInstanceReferrers(IObjectInfo targetInfo, IObjectInfo[] ois, IStaticField[] staticFields, IThreadRoot[] threadRoots, int globalHandles)
           
 



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