|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMonitorRegistry
A registry for IMonitor instances.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||