User: jwalters
Date: 01/10/02 19:09:06
Modified: src/main/javax/resource/cci Connection.java
Log:
Updated Connection interface to match 1.0 spec (removed get/setAutoCommit).
Revision Changes Path
1.2 +0 -10 jboss-j2ee/src/main/javax/resource/cci/Connection.java
Index: Connection.java
===================================================================
RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/Connection.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Connection.java 2001/04/05 04:20:41 1.1
+++ Connection.java 2001/10/03 02:09:06 1.2
@@ -30,11 +30,6 @@
public Interaction createInteraction() throws ResourceException;
/**
- * Gets the current auto commit state for the connection.
- */
- public boolean getAutoCommit() throws ResourceException;
-
- /**
* Gets a LocalTransaction object which allows the client to manage
* local transactions for the connection.
*/
@@ -51,9 +46,4 @@
* underlying resource for the connection.
*/
public ResultSetInfo getResultSetInfo() throws ResourceException;
-
- /**
- * Sets the auto commit state for the connection.
- */
- public void setAutoCommit( boolean autoCommit ) throws ResourceException;
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development