public interface MethodMonitorFactory
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MethodMonitorFactory> |
contents()
Returns the contents of this method monitor factory.
|
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.
|
java.lang.String |
name()
The name of this mmf.
|
MethodMonitor create(java.lang.Class<?> cls)
cls
- The class for which we need the MethodMonitor.java.util.Collection<MethodMonitorFactory> contents()
java.lang.String name()