Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv8928

Modified Files:
        Transaction.java 
Log Message:
you may want to know which nodes are in the transaction


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge


Index: Transaction.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Transaction.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Transaction.java    16 Feb 2008 22:13:53 -0000      1.6
+++ Transaction.java    29 Jul 2008 09:21:24 -0000      1.7
@@ -20,7 +20,7 @@
  * back by calling the transaction's cancel method.
  *
  * @author Pierre van Rooden
- * @version $Id: Transaction.java,v 1.6 2008/02/16 22:13:53 nklasens Exp $
+ * @version $Id: Transaction.java,v 1.7 2008/07/29 09:21:24 michiel Exp $
  */
 public interface Transaction extends Cloud {
 
@@ -59,6 +59,11 @@
     
 
     /**
+     * @since MMBase-1.9
+     */
+    public NodeList getNodes();
+
+    /**
      * Returns the name of the cloud this transaction uses
      *
      * @return the name of the cloud
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to