public interface IMonitorRegistry
IMonitor instances.| Modifier and Type | Method and Description |
|---|---|
List |
getMonitors()
A snapshot of available monitors at the moment of the request.
|
IMonitor |
lookupMonitor(String id)
The monitor named
id. |
void |
registerMonitor(IMonitor monitor)
Register a new monitor with the factory to allow access by name.
|
List getMonitors()
IMonitor lookupMonitor(String id)
id. If none is available a new one
according to configuration or default should be created.id - The id of the monitor to return.id.void registerMonitor(IMonitor monitor)
monitor - THe monitor object to register.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.