|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
L - Location/invocation contextM - Simon typepublic interface MonitorSource<L,M extends Simon>
Monitor source provides monitors (Simons) for a specific name. This mechanism enables caching of monitors for "locations" that do not change but may be expensive to transform to Simon names, for instance.
| Method Summary | |
|---|---|
Manager |
getManager()
Returns the Manager used as a real source of monitors. |
M |
getMonitor(L location)
Returns the monitor for given location. |
boolean |
isMonitored(L location)
Indicates whether given location should be monitored or not. |
| Method Detail |
|---|
boolean isMonitored(L location)
location - Location
M getMonitor(L location)
location - Location
Manager getManager()
Manager used as a real source of monitors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||