Uses of Interface
org.glassfish.pfl.tf.spi.MethodMonitor

Packages that use MethodMonitor
org.glassfish.pfl.tf.spi   
 

Uses of MethodMonitor in org.glassfish.pfl.tf.spi
 

Classes in org.glassfish.pfl.tf.spi that implement MethodMonitor
 class MethodMonitorBase
           
 

Methods in org.glassfish.pfl.tf.spi that return MethodMonitor
 MethodMonitor MethodMonitorFactory.create(Class<?> cls)
          Return an instance of a MethodMonitor suitable for use in the given class cls, according to the currently registered MethodMonitorFactory instances in the MethodMonitorRegistry.
 MethodMonitor MethodMonitorBase.MethodMonitorFactorySelfImpl.create(Class<?> cls)
           
static MethodMonitor MethodMonitorRegistry.getMethodMonitorForClass(Class<?> cls, Class<? extends Annotation> annot)
          Return the current MethodMonitor in use for the given cls and annot.
static MethodMonitor MethodMonitorRegistry.merge(MethodMonitor[] mms)
          Merges the behaviors of the method monitors together.
 

Methods in org.glassfish.pfl.tf.spi that return types with arguments of type MethodMonitor
 Collection<MethodMonitor> MethodMonitor.contents()
          Returns the contents of this method monitor.
 Collection<MethodMonitor> MethodMonitorBase.contents()
           
 

Methods in org.glassfish.pfl.tf.spi with parameters of type MethodMonitor
 void MethodMonitorBase.MethodMonitorFactorySelfImpl.init(MethodMonitor mm)
           
static MethodMonitor MethodMonitorRegistry.merge(MethodMonitor[] mms)
          Merges the behaviors of the method monitors together.
 

Method parameters in org.glassfish.pfl.tf.spi with type arguments of type MethodMonitor
static void MethodMonitorRegistry.registerClass(Class<?> cls, List<String> methodNames, Map<Class<? extends Annotation>,org.glassfish.pfl.basic.contain.SynchronizedHolder<MethodMonitor>> annoMM)
          Register a class with the tracing facility.
 

Constructor parameters in org.glassfish.pfl.tf.spi with type arguments of type MethodMonitor
MethodMonitorBase(String name, Class<?> cls, MethodMonitorFactory mmf, Set<MethodMonitor> contents)
           
 



Copyright © 2013 Oracle. All Rights Reserved.