org.mmbase.module.core
Class MMBaseMultiCastWaitNode

java.lang.Object
  |
  +--org.mmbase.module.core.MMBaseMultiCastWaitNode

public class MMBaseMultiCastWaitNode
extends java.lang.Object

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

MMBaseMultiCastWaitNode

public MMBaseMultiCastWaitNode(MMObjectNode node)
Method Detail

doWait

public void doWait(int time)

doNotifyCheck

public boolean doNotifyCheck(int wantednumber)

doNotify

public void doNotify()


MMBase 2001