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 class
class
Fields in org.glassfish.pfl.tf.spi declared as MethodMonitorFactoryModifier and TypeFieldDescriptionprivate static MethodMonitorFactory
MethodMonitorFactoryDefaults.dprintImpl
private final MethodMonitorFactory
MethodMonitorBase.mmf
private static MethodMonitorFactory
MethodMonitorFactoryDefaults.noOpImpl
private static MethodMonitorFactory
MethodMonitorFactoryDefaults.operationTracerImpl
Fields in org.glassfish.pfl.tf.spi with type parameters of type MethodMonitorFactoryModifier and TypeFieldDescriptionprivate static final Map
<Class<? extends Annotation>, MethodMonitorFactory> MethodMonitorRegistry.annotationToMMF
private static final Map
<Class<? extends Annotation>, MethodMonitorFactory> MethodMonitorRegistry.annotationToMMFComposition
private static final Map
<Class<? extends Annotation>, Set<MethodMonitorFactory>> MethodMonitorRegistry.annotationToMMFSets
private final Set
<MethodMonitorFactory> MethodMonitorFactoryBase.myContents
Methods in org.glassfish.pfl.tf.spi that return MethodMonitorFactoryModifier and TypeMethodDescriptionstatic MethodMonitorFactory
MethodMonitorFactoryDefaults.compose
(Collection<MethodMonitorFactory> factories) static MethodMonitorFactory
MethodMonitorFactoryDefaults.dprint()
MethodMonitor.factory()
Factory used to create this MethodMonitor Note: is is required that this.factory().create(myClass()).equals( this ) for any MethodMonitor.final MethodMonitorFactory
MethodMonitorBase.factory()
static <T> MethodMonitorFactory
MethodMonitorFactoryDefaults.makeTimingImpl
(TimerManager<T> tm) static MethodMonitorFactory
MethodMonitorFactoryDefaults.noOp()
static MethodMonitorFactory
MethodMonitorFactoryDefaults.operationTracer()
static MethodMonitorFactory
MethodMonitorRegistry.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 void
MethodMonitorRegistry.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 MethodMonitorFactory
MethodMonitorFactoryDefaults.compose
(Collection<MethodMonitorFactory> factories) Constructors in org.glassfish.pfl.tf.spi with parameters of type MethodMonitorFactoryModifierConstructorDescriptionprotected
MethodMonitorBase
(String name, Class<?> cls, MethodMonitorFactory mmf) protected
MethodMonitorBase
(String name, Class<?> cls, MethodMonitorFactory mmf, Set<MethodMonitor> contents) Constructor parameters in org.glassfish.pfl.tf.spi with type arguments of type MethodMonitorFactoryModifierConstructorDescription(package private)
MethodMonitorFactoryBase
(String name, Set<MethodMonitorFactory> content)