|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.module.core.MMBaseMultiCastWaitNode
MMBaseMultiCastWaitNode is a wrapper class for MMObjectNode we want to put into a 'waiting for a change' mode we don't block on the object itself because we deed to check its number before we nofity it again.
| Constructor Summary | |
MMBaseMultiCastWaitNode(MMObjectNode node)
|
|
| Method Summary | |
void |
doNotify()
|
boolean |
doNotifyCheck(int wantednumber)
|
void |
doWait(int time)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MMBaseMultiCastWaitNode(MMObjectNode node)
| Method Detail |
public void doWait(int time)
public boolean doNotifyCheck(int wantednumber)
public void doNotify()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||