Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv2409
Modified Files:
Tag: MMBase-1_8
Node.java
Log Message:
To fix MMB-1794 correctly, we need to know when which node is commited
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
See also: http://www.mmbase.org/jira/browse/MMB-1794
Index: Node.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Node.java,v
retrieving revision 1.70.2.1
retrieving revision 1.70.2.2
diff -u -b -r1.70.2.1 -r1.70.2.2
--- Node.java 21 Jun 2007 07:39:08 -0000 1.70.2.1
+++ Node.java 23 Mar 2009 17:33:08 -0000 1.70.2.2
@@ -21,11 +21,20 @@
*
* @author Rob Vermeulen
* @author Pierre van Rooden
- * @version $Id: Node.java,v 1.70.2.1 2007/06/21 07:39:08 pierre Exp $
+ * @version $Id: Node.java,v 1.70.2.2 2009/03/23 17:33:08 michiel Exp $
*/
public interface Node extends Comparable {
/**
+ * During commit of the node, this property of the cloud, should contain
the node number of the
+ * node
+ * @since MMBase-1.9
+ */
+ public static String CLOUD_COMMITNODE_KEY = "org.mmbase.cloud.commit_node";
+
+
+
+ /**
* Returns the cloud this node belongs to.
* @return the Cloud
*/
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs