|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.Monitor
This class watches over the changes of indicated resources.
Constructor Summary | |
Monitor(int capacity)
|
Method Summary | |
boolean |
hasChanged(java.lang.Object key)
Queries the monitor for changes. |
void |
watch(java.lang.Object key,
java.lang.Object resource)
Tells the monitor to watch the given resource, timestamps it and associate it to the given key. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Monitor(int capacity)
Method Detail |
public void watch(java.lang.Object key, java.lang.Object resource)
public boolean hasChanged(java.lang.Object key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |