Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv16121
Modified Files:
Cloud.java
Log Message:
perhaps it's better using an exeption if not allowed
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.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- Cloud.java 12 Sep 2008 16:40:51 -0000 1.69
+++ Cloud.java 12 Sep 2008 23:56:12 -0000 1.70
@@ -21,7 +21,7 @@
* @author Rob Vermeulen
* @author Pierre van Rooden
* @author Jaco de Groot
- * @version $Id: Cloud.java,v 1.69 2008/09/12 16:40:51 michiel Exp $
+ * @version $Id: Cloud.java,v 1.70 2008/09/12 23:56:12 michiel Exp $
*/
public interface Cloud {
@@ -701,7 +701,8 @@
/**
* Shutdown MMBase, if you are allowed to do so.
* @since MMBase-1.9
+ * @throws SecurityException If you are not allowed.
*/
- public boolean shutdown();
+ public void shutdown();
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs