|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MonitorRegistry
Registry to keep track of objects with
Monitor annotations.
| Method Summary | |
|---|---|
java.util.Collection<Monitor<?>> |
getRegisteredMonitors()
The set of registered Monitor objects. |
void |
register(Monitor<?> monitor)
Register a new monitor in the registry. |
void |
unregister(Monitor<?> monitor)
Unregister a Monitor from the registry. |
| Method Detail |
|---|
java.util.Collection<Monitor<?>> getRegisteredMonitors()
void register(Monitor<?> monitor)
void unregister(Monitor<?> monitor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||