|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Monitor is used to actively check a set of resources to see if they have changed.
| Field Summary | |
static java.lang.String |
ROLE
|
| Method Summary | |
void |
addResource(Resource resource)
Add a resource to monitor. |
Resource |
getResource(java.lang.String key)
Find a monitored resource. |
void |
removeResource(Resource resource)
Remove a monitored resource by reference. |
void |
removeResource(java.lang.String key)
Remove a monitored resource by key. |
| Field Detail |
public static final java.lang.String ROLE
| Method Detail |
public void addResource(Resource resource)
public Resource getResource(java.lang.String key)
public void removeResource(java.lang.String key)
public void removeResource(Resource resource)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||