public interface MonitorService
| Modifier and Type | Method and Description |
|---|---|
org.fabric3.api.annotation.monitor.MonitorLevel |
getProviderLevel(java.lang.String key)
Returns the monitoring level for the library provider.
|
void |
setComponentLevel(java.lang.String uri,
java.lang.String level)
Sets the monitoring level for components under the given hierarchical URI.
|
void |
setProviderLevel(java.lang.String key,
java.lang.String level)
Sets the monitoring level on the library provider.
|
void setComponentLevel(java.lang.String uri,
java.lang.String level)
uri - the component URIlevel - the monitoring level to setvoid setProviderLevel(java.lang.String key,
java.lang.String level)
key - the provider keylevel - the levelorg.fabric3.api.annotation.monitor.MonitorLevel getProviderLevel(java.lang.String key)
key - the provider key