public static class MethodMonitorBase.MethodMonitorFactorySelfImpl extends MethodMonitorFactoryBase
| Constructor and Description |
|---|
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) |
contentsclone, finalize, getClass, notify, notifyAll, wait, wait, waitnamepublic MethodMonitorFactorySelfImpl(java.lang.String name)
public void init(MethodMonitor mm)
public MethodMonitor create(java.lang.Class<?> cls)
MethodMonitorFactorycls - The class for which we need the MethodMonitor.