public static class MethodMonitorBase.MethodMonitorFactorySelfImpl extends MethodMonitorFactoryBase
| Constructor and Description |
|---|
MethodMonitorFactorySelfImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
MethodMonitor |
create(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(String name)
public void init(MethodMonitor mm)
public MethodMonitor create(Class<?> cls)
MethodMonitorFactorycls - The class for which we need the MethodMonitor.Copyright © 2011–2019 Eclipse Foundation. All rights reserved.