org.mmbase.clustering
Class WaitNode

java.lang.Object
  extended byorg.mmbase.clustering.WaitNode

public class WaitNode
extends Object

WaitNode 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 need to check its number before we nofity it again. TODO: Missing javadoc on methods, odd methods name ('do-..'), used nowhere. Where it this class good for? Should it perhaps simply be dropped?

Version:
$Id: WaitNode.java,v 1.4 2006/04/02 11:49:07 michiel Exp $

Constructor Summary
WaitNode(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

WaitNode

public WaitNode(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.8.1.20060716