Uses of Interface
org.glassfish.pfl.tf.spi.MethodMonitorFactory
Packages that use MethodMonitorFactory
-
Uses of MethodMonitorFactory in org.glassfish.pfl.tf.spi
Classes in org.glassfish.pfl.tf.spi that implement MethodMonitorFactoryModifier and TypeClassDescriptionstatic classclassMethods in org.glassfish.pfl.tf.spi that return MethodMonitorFactoryModifier and TypeMethodDescriptionstatic MethodMonitorFactoryMethodMonitorFactoryDefaults.compose(Collection<MethodMonitorFactory> factories) static MethodMonitorFactoryMethodMonitorFactoryDefaults.dprint()MethodMonitor.factory()Factory used to create this MethodMonitor Note: is is required that this.factory().create(myClass()).equals( this ) for any MethodMonitor.final MethodMonitorFactoryMethodMonitorBase.factory()static <T> MethodMonitorFactoryMethodMonitorFactoryDefaults.makeTimingImpl(TimerManager<T> tm) static MethodMonitorFactoryMethodMonitorFactoryDefaults.noOp()static MethodMonitorFactoryMethodMonitorFactoryDefaults.operationTracer()static MethodMonitorFactoryMethodMonitorRegistry.registeredFactory(Class<? extends Annotation> annot) Return the MethodMonitorFactory registered against the annotation, or null if nothing is registered.Methods in org.glassfish.pfl.tf.spi that return types with arguments of type MethodMonitorFactoryModifier and TypeMethodDescriptionMethodMonitorFactory.contents()Returns the contents of this method monitor factory.final Collection<MethodMonitorFactory>MethodMonitorFactoryBase.contents()Methods in org.glassfish.pfl.tf.spi with parameters of type MethodMonitorFactoryModifier and TypeMethodDescriptionstatic voidMethodMonitorRegistry.register(Class<? extends Annotation> annot, MethodMonitorFactory mmf) Register a particular MethodMonitorFactory against an annotation.Method parameters in org.glassfish.pfl.tf.spi with type arguments of type MethodMonitorFactoryModifier and TypeMethodDescriptionstatic MethodMonitorFactoryMethodMonitorFactoryDefaults.compose(Collection<MethodMonitorFactory> factories) Constructors in org.glassfish.pfl.tf.spi with parameters of type MethodMonitorFactoryModifierConstructorDescriptionprotectedMethodMonitorBase(String name, Class<?> cls, MethodMonitorFactory mmf) protectedMethodMonitorBase(String name, Class<?> cls, MethodMonitorFactory mmf, Set<MethodMonitor> contents)