com.jrockit.memleak.util
Interface IMethodInfoHolder


public interface IMethodInfoHolder

An interface for anything holding an IMethodInfo. Implementors of this interface may (in the context of Oracle JRockit Mission Control) be adapted to IMethodInfo and other possible method representations.

Author:
mpersson

Method Summary
 IMethodInfo getMethodInfo()
           
 

Method Detail

getMethodInfo

IMethodInfo getMethodInfo()
Returns:
an IMethodInfo, or possibly (subject to change) null.


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