org.mmbase.clustering
Class WaitNode
java.lang.Object
org.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitNode
public WaitNode(MMObjectNode node)
- Warning: No Java Documentation Available.
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