public interface MethodMonitorFactory
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodMonitorFactory> |
contents()
Returns the contents of this method monitor factory.
|
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.
|
String |
name()
The name of this mmf.
|
MethodMonitor create(Class<?> cls)
cls - The class for which we need the MethodMonitor.Collection<MethodMonitorFactory> contents()
String name()
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.