|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodMonitorFactory | |
|---|---|
| org.glassfish.pfl.tf.spi | |
| Uses of MethodMonitorFactory in org.glassfish.pfl.tf.spi |
|---|
| Classes in org.glassfish.pfl.tf.spi that implement MethodMonitorFactory | |
|---|---|
static class |
MethodMonitorBase.MethodMonitorFactorySelfImpl
|
class |
MethodMonitorFactoryBase
|
| Methods in org.glassfish.pfl.tf.spi that return MethodMonitorFactory | ||
|---|---|---|
static MethodMonitorFactory |
MethodMonitorFactoryDefaults.compose(Collection<MethodMonitorFactory> factories)
|
|
static MethodMonitorFactory |
MethodMonitorFactoryDefaults.dprint()
|
|
MethodMonitorFactory |
MethodMonitor.factory()
Factory used to create this MethodMonitor Note: is is required that this.factory().create(myClass()).equals( this ) for any MethodMonitor. |
|
MethodMonitorFactory |
MethodMonitorBase.factory()
|
|
static
|
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 MethodMonitorFactory | |
|---|---|
Collection<MethodMonitorFactory> |
MethodMonitorFactory.contents()
Returns the contents of this method monitor factory. |
Collection<MethodMonitorFactory> |
MethodMonitorFactoryBase.contents()
|
| Methods in org.glassfish.pfl.tf.spi with parameters of type MethodMonitorFactory | |
|---|---|
static 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 MethodMonitorFactory | |
|---|---|
static MethodMonitorFactory |
MethodMonitorFactoryDefaults.compose(Collection<MethodMonitorFactory> factories)
|
| Constructors in org.glassfish.pfl.tf.spi with parameters of type MethodMonitorFactory | |
|---|---|
MethodMonitorBase(String name,
Class<?> cls,
MethodMonitorFactory mmf)
|
|
MethodMonitorBase(String name,
Class<?> cls,
MethodMonitorFactory mmf,
Set<MethodMonitor> contents)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||