|
||||||||||
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 String |
ROLE
|
Method Summary | |
void |
addResource(Resource resource)
Add a resource to monitor. |
Resource |
getResource(String key)
Find a monitored resource. |
void |
removeResource(Resource resource)
Remove a monitored resource by reference. |
void |
removeResource(String key)
Remove a monitored resource by key. |
Field Detail |
public static final String ROLE
Method Detail |
public void addResource(Resource resource)
public Resource getResource(String key)
public void removeResource(String key)
public void removeResource(Resource resource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |