Uses of Interface
performancemonster.instrumentation.MethodDefinition

Packages that use MethodDefinition
performancemonster.instrumentation   
performancemonster.instrumentation.settings   
 

Uses of MethodDefinition in performancemonster.instrumentation
 

Methods in performancemonster.instrumentation that return types with arguments of type MethodDefinition
 java.util.List<MethodDefinition> ClassDefinition.getMethods()
           
 

Uses of MethodDefinition in performancemonster.instrumentation.settings
 

Methods in performancemonster.instrumentation.settings with parameters of type MethodDefinition
 boolean ClassSetting.isInstrumentationEnabled(MethodDefinition method)
           
 boolean PackageSetting.isInstrumentationEnabled(MethodDefinition method)
           
 boolean Setting.isInstrumentationEnabled(MethodDefinition method)
          If this Setting is not an "inherit" Setting, this method is used to find out whether or not this Setting permits instrumentation for the given method.
 



Copyright © 2005 Ole Friis. All Rights Reserved.