Package org.glassfish.pfl.tf.spi
Class MethodMonitorBase.MethodMonitorFactorySelfImpl
java.lang.Object
org.glassfish.pfl.tf.spi.Named
org.glassfish.pfl.tf.spi.MethodMonitorFactoryBase
org.glassfish.pfl.tf.spi.MethodMonitorBase.MethodMonitorFactorySelfImpl
- All Implemented Interfaces:
MethodMonitorFactory
- Enclosing class:
MethodMonitorBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn an instance of a MethodMonitor suitable for use in the given class cls, according to the currently registered MethodMonitorFactory instances in the MethodMonitorRegistry.voidinit(MethodMonitor mm) Methods inherited from class org.glassfish.pfl.tf.spi.MethodMonitorFactoryBase
contentsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.pfl.tf.spi.MethodMonitorFactory
name
-
Constructor Details
-
MethodMonitorFactorySelfImpl
-
-
Method Details
-
init
-
create
Description copied from interface:MethodMonitorFactoryReturn an instance of a MethodMonitor suitable for use in the given class cls, according to the currently registered MethodMonitorFactory instances in the MethodMonitorRegistry.- Parameters:
cls- The class for which we need the MethodMonitor.- Returns:
- The MethodMonitor for cls.
-