Uses of Interface
com.jrockit.memleak.IThreadRoot

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

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

Methods in com.jrockit.memleak that return IThreadRoot
 IThreadRoot IMemleakValueFactory.createThreadRoot(java.lang.String name, IMethodInfo methodInfo)
          Create IThreadRoot value object.
 IThreadRoot[] IInstanceReferrers.getThreadRoots()
          Returns the threadroots that refer to this instance.
 

Methods in com.jrockit.memleak with parameters of type IThreadRoot
 IInstanceReferrers IMemleakValueFactory.createInstanceReferrers(IObjectInfo targetInfo, IObjectInfo[] ois, IStaticField[] staticFields, IThreadRoot[] threadRoots, int globalHandles)
          Create IInstanceReferrers value object.
 

Uses of IThreadRoot in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IThreadRoot
 IThreadRoot DelegatingValueFactory.createThreadRoot(java.lang.String name, IMethodInfo methodInfo)
           
 

Methods in com.jrockit.memleak.util with parameters of type IThreadRoot
 IInstanceReferrers DelegatingValueFactory.createInstanceReferrers(IObjectInfo targetInfo, IObjectInfo[] ois, IStaticField[] staticFields, IThreadRoot[] threadRoots, int globalHandles)
           
 

Uses of IThreadRoot in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IThreadRoot
 class ThreadRoot
          Represents a thread root.
 

Methods in com.jrockit.memleak.value that return IThreadRoot
 IThreadRoot ValueFactory.createThreadRoot(java.lang.String name, IMethodInfo methodInfo)
           
 IThreadRoot[] InstanceReferrers.getThreadRoots()
           
 

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

Constructors in com.jrockit.memleak.value with parameters of type IThreadRoot
InstanceReferrers(IObjectInfo targetInfo, IObjectInfo[] ois, IStaticField[] staticFields, IThreadRoot[] threadRoots, int globalHandles)
           
 



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