public static class MethodMonitorBase.MethodMonitorFactorySelfImpl extends MethodMonitorFactoryBase
Constructor and Description |
---|
MethodMonitorBase.MethodMonitorFactorySelfImpl(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
MethodMonitor |
create(java.lang.Class<?> cls)
Return an instance of a MethodMonitor suitable for use in the given
class cls, according to the currently registered MethodMonitorFactory
instances in the MethodMonitorRegistry.
|
void |
init(MethodMonitor mm) |
contents
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
name
public MethodMonitorBase.MethodMonitorFactorySelfImpl(java.lang.String name)
public void init(MethodMonitor mm)
public MethodMonitor create(java.lang.Class<?> cls)
MethodMonitorFactory
cls
- The class for which we need the MethodMonitor.