You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jo...@apache.org on 2007/01/12 00:21:35 UTC

svn commit: r495428 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/file/ResourceManager.java

Author: joerg
Date: Thu Jan 11 15:21:34 2007
New Revision: 495428

URL: http://svn.apache.org/viewvc?view=rev&rev=495428
Log:
revert commit 494203 / TRANSACTION-11 (http://marc.theaimsgroup.com/?t=116829255300005&r=1&w=4)

Modified:
    jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java

Modified: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt?view=diff&rev=495428&r1=495427&r2=495428
==============================================================================
--- jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt Thu Jan 11 15:21:34 2007
@@ -29,7 +29,6 @@
 - Added functions to FileResourceManager for copying and moving resources.
 - Added possibility to append to (instead of overwriting) an existing resource with writeResource in FileResourceManager.
 - Added LoggerFacade implementation for Jakarta Commons Logging
-- Added setDefaultTransactionTimeout() and reset() to ResourceManager (Jira issue TRANSACTION-11).
 
 BUGFIXES FROM 1.1
 -----------------

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java?view=diff&rev=495428&r1=495427&r2=495428
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java Thu Jan 11 15:21:34 2007
@@ -133,13 +133,6 @@
     public boolean recover() throws ResourceManagerSystemException;
 
     /**
-     * Resets the store if applicable (optional operation).
-     * 
-     * @throws UnsupportedOperationException if the <code>reset</code> operation is not supported by this ResourceManager.
-     */
-    public void reset();
-    
-    /**
      * Gets the default isolation level as an integer. 
      * The higher the value the higher the isolation.
      *  
@@ -210,15 +203,6 @@
      */
     public long getDefaultTransactionTimeout() throws ResourceManagerException;
 
-    /**
-     * Sets the default transaction timeout in milliseconds.
-     * 
-     * @param mSecs default transaction timeout in milliseconds
-     * @throws ResourceManagerException if an error occured
-     * @see #getDefaultTransactionTimeout
-     */
-    public void setDefaultTransactionTimeout(long mSecs) throws ResourceManagerException;
-    
     /**
      * Gets the transaction timeout of the specified transaction in milliseconds.
      * 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org