Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv2675
Modified Files:
Tag: MMBase-1_8
Cloud.java
Log Message:
MMB-1627
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
See also: http://www.mmbase.org/jira/browse/MMB-1627
Index: Cloud.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Cloud.java,v
retrieving revision 1.58.2.2
retrieving revision 1.58.2.3
diff -u -b -r1.58.2.2 -r1.58.2.3
--- Cloud.java 17 Oct 2007 08:54:31 -0000 1.58.2.2
+++ Cloud.java 17 Mar 2008 10:03:41 -0000 1.58.2.3
@@ -21,7 +21,7 @@
* @author Rob Vermeulen
* @author Pierre van Rooden
* @author Jaco de Groot
- * @version $Id: Cloud.java,v 1.58.2.2 2007/10/17 08:54:31 michiel Exp $
+ * @version $Id: Cloud.java,v 1.58.2.3 2008/03/17 10:03:41 michiel Exp $
*/
public interface Cloud {
@@ -30,6 +30,14 @@
public static final String PROP_SESSIONNAME =
"org.mmbase.cloud.sessionname";
/**
+ * If you set this property on the cloud to true, validation errors will
not be fatal, and nodes
+ * can be saved anyways.
+ *
+ * @since MMBase-1.8.6
+ */
+ public static final String PROP_IGNOREVALIDATION =
"org.mmbase.cloud.ignore-validation";
+
+ /**
* Returns the node with the specified number from this cloud. The returned
* node is a new instance of <code>Node</code> with a reference to this
* instance of <code>Cloud</code>.
@@ -659,4 +667,7 @@
*/
public StringList getPossibleContexts();
+
+ //public Cloud getNonTransactionalCloud();
+
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs