Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv8294
Modified Files:
Cloud.java
Log Message:
mainly to be able to shutdown test-cases, add 'shutdown' on cloud
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
Index: Cloud.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Cloud.java,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- Cloud.java 4 Sep 2008 12:29:28 -0000 1.68
+++ Cloud.java 12 Sep 2008 16:40:51 -0000 1.69
@@ -21,7 +21,7 @@
* @author Rob Vermeulen
* @author Pierre van Rooden
* @author Jaco de Groot
- * @version $Id: Cloud.java,v 1.68 2008/09/04 12:29:28 michiel Exp $
+ * @version $Id: Cloud.java,v 1.69 2008/09/12 16:40:51 michiel Exp $
*/
public interface Cloud {
@@ -697,4 +697,11 @@
//public Cloud getNonTransactionalCloud();
+
+ /**
+ * Shutdown MMBase, if you are allowed to do so.
+ * @since MMBase-1.9
+ */
+ public boolean shutdown();
+
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs