| Package | Description |
|---|---|
| org.glassfish.pfl.tf.spi |
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodMonitorBase.MethodMonitorFactorySelfImpl |
class |
MethodMonitorFactoryBase |
| Modifier and Type | Method and Description |
|---|---|
static MethodMonitorFactory |
MethodMonitorFactoryDefaults.compose(Collection<MethodMonitorFactory> factories) |
static MethodMonitorFactory |
MethodMonitorFactoryDefaults.dprint() |
MethodMonitorFactory |
MethodMonitorBase.factory() |
MethodMonitorFactory |
MethodMonitor.factory()
Factory used to create this MethodMonitor
Note: is is required that this.factory().create(myClass()).equals( this )
for any MethodMonitor.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodMonitorFactory> |
MethodMonitorFactoryBase.contents() |
Collection<MethodMonitorFactory> |
MethodMonitorFactory.contents()
Returns the contents of this method monitor factory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MethodMonitorRegistry.register(Class<? extends Annotation> annot,
MethodMonitorFactory mmf)
Register a particular MethodMonitorFactory against an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodMonitorFactory |
MethodMonitorFactoryDefaults.compose(Collection<MethodMonitorFactory> factories) |
| Constructor and Description |
|---|
MethodMonitorBase(String name,
Class<?> cls,
MethodMonitorFactory mmf) |
MethodMonitorBase(String name,
Class<?> cls,
MethodMonitorFactory mmf,
Set<MethodMonitor> contents) |
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.