Uses of Interface
com.jrockit.memleak.IMethodInfo

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

Methods in com.jrockit.memleak that return IMethodInfo
 IMethodInfo IMemleakValueFactory.createMethodInfo(IClassInfo declaringClassInfo, java.lang.String name, java.lang.String descriptor, int modifiers)
          Create a IMethodInfo value object.
 IMethodInfo IThreadRoot.getMethodInfo()
           
 IMethodInfo ILocation.getMethodInfo()
          Returns the IMethodInfo of the method containing the execution point represented by this stack frame (as per The Java Virtual Machine Specification, Section 4.3.3).
 

Methods in com.jrockit.memleak with parameters of type IMethodInfo
 ILocation IMemleakValueFactory.createLocation(IMethodInfo methodInfo, int line)
          Create a ILocation value object.
 IThreadRoot IMemleakValueFactory.createThreadRoot(java.lang.String name, IMethodInfo methodInfo)
          Create IThreadRoot value object.
 

Uses of IMethodInfo in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return IMethodInfo
protected  IMethodInfo MemLeakR28.parseMethodInfo(java.io.DataInputStream dis)
           
protected  IMethodInfo MemLeakR26.parseMethodInfo(java.io.DataInputStream dis)
           
protected abstract  IMethodInfo AbstractMemLeak.parseMethodInfo(java.io.DataInputStream dis)
           
 

Uses of IMethodInfo in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IMethodInfo
 IMethodInfo DelegatingValueFactory.createMethodInfo(IClassInfo declaringClassInfo, java.lang.String name, java.lang.String descriptor, int modifiers)
           
 IMethodInfo IMethodInfoHolder.getMethodInfo()
           
 

Methods in com.jrockit.memleak.util with parameters of type IMethodInfo
 ILocation DelegatingValueFactory.createLocation(IMethodInfo methodInfo, int line)
           
 IThreadRoot DelegatingValueFactory.createThreadRoot(java.lang.String name, IMethodInfo methodInfo)
           
 

Uses of IMethodInfo in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IMethodInfo
 class MethodInfo
          Default IMethodInfo implementation.
 

Methods in com.jrockit.memleak.value that return IMethodInfo
 IMethodInfo ValueFactory.createMethodInfo(IClassInfo declaringClassInfo, java.lang.String name, java.lang.String descriptor, int modifiers)
           
 IMethodInfo ThreadRoot.getMethodInfo()
           
 IMethodInfo Location.getMethodInfo()
           
 

Methods in com.jrockit.memleak.value with parameters of type IMethodInfo
 ILocation ValueFactory.createLocation(IMethodInfo methodInfo, int line)
           
 IThreadRoot ValueFactory.createThreadRoot(java.lang.String name, IMethodInfo methodInfo)
           
 

Constructors in com.jrockit.memleak.value with parameters of type IMethodInfo
Location(IMethodInfo methodInfo, int line)
          Create a new stack frame.
ThreadRoot(java.lang.String name, IMethodInfo methodInfo)
          Full constructor.
 



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