org.mmbase.module.core
Class MMBaseMultiCastWaitNode

java.lang.Object
  extended byorg.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)
Warning: No Java Documentation Available.
Method Detail

doWait

public void doWait(int time)
Warning: No Java Documentation Available.

doNotifyCheck

public boolean doNotifyCheck(int wantednumber)
Warning: No Java Documentation Available.

doNotify

public void doNotify()
Warning: No Java Documentation Available.


MMBase build 1.7.1.20041002