|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.monitor.StandardMonitorRegistry
public class StandardMonitorRegistry
The standard implementation for IMonitorRegistry.
| Constructor Summary | |
|---|---|
StandardMonitorRegistry()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardMonitorRegistry()
| Method Detail |
|---|
public List getMonitors()
IMonitorRegistry
getMonitors in interface IMonitorRegistrypublic IMonitor lookupMonitor(String id)
IMonitorRegistryid. If none is available a new one
according to configuration or default should be created.
lookupMonitor in interface IMonitorRegistryid - The id of the monitor to return.
id.public void registerMonitor(IMonitor monitor)
IMonitorRegistry
registerMonitor in interface IMonitorRegistrymonitor - THe monitor object to register.
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||