[Mulgara-svn] r524 - branches/nw-interface/src/jar/query/java/org/mulgara/query

pag at mulgara.org pag at mulgara.org
Tue Nov 6 21:59:45 UTC 2007


Author: pag
Date: 2007-11-06 15:59:44 -0600 (Tue, 06 Nov 2007)
New Revision: 524

Modified:
   branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java
Log:
Added a method for checking a transaction flag

Modified: branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java
===================================================================
--- branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java	2007-11-06 21:57:04 UTC (rev 523)
+++ branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java	2007-11-06 21:59:44 UTC (rev 524)
@@ -510,6 +510,14 @@
 
 
   /**
+   * Indicates that the command modifies the state in a transaction.
+   * @return <code>true</code> If the transaction state is to be modified.
+   */
+  public boolean isTxOperation() {
+    return false;
+  }
+  
+  /**
    * Gets the associated server for a non-local operation.
    * @return the server URI, or <code>null</code> if the data should be found locally.
    */




More information about the Mulgara-svn mailing list