org.jboss.resource.adapter.jdbc.local
Class LocalManagedConnection
java.lang.Object
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection
org.jboss.resource.adapter.jdbc.local.LocalManagedConnection
- All Implemented Interfaces:
- javax.resource.spi.LocalTransaction, javax.resource.spi.ManagedConnection
public class LocalManagedConnection
- extends BaseWrapperManagedConnection
- implements javax.resource.spi.LocalTransaction
LocalManagedConnection
- Version:
- $Revision: 1.12.6.4 $
- Author:
- David Jencks, Adrian Brock
Fields inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection |
con, destroyed, inLocalTransaction, inManagedTransaction, jdbcAutoCommit, jdbcReadOnly, jdbcTransactionIsolation, mcf, props, stateLock, underlyingAutoCommit, underlyingReadOnly |
Methods inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection |
addConnectionEventListener, associateConnection, broadcastConnectionError, checkException, checkState, checkValid, cleanup, destroy, getConnection, getLog, getLogWriter, getMetaData, removeConnectionEventListener, setLogWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalManagedConnection
public LocalManagedConnection(LocalManagedConnectionFactory mcf,
Connection con,
Properties props,
int transactionIsolation,
int psCacheSize)
throws SQLException
- Throws:
SQLException
getLocalTransaction
public javax.resource.spi.LocalTransaction getLocalTransaction()
throws javax.resource.ResourceException
- Specified by:
getLocalTransaction
in interface javax.resource.spi.ManagedConnection
- Throws:
javax.resource.ResourceException
getXAResource
public XAResource getXAResource()
throws javax.resource.ResourceException
- Specified by:
getXAResource
in interface javax.resource.spi.ManagedConnection
- Throws:
javax.resource.ResourceException
commit
public void commit()
throws javax.resource.ResourceException
- Specified by:
commit
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
rollback
public void rollback()
throws javax.resource.ResourceException
- Specified by:
rollback
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
begin
public void begin()
throws javax.resource.ResourceException
- Specified by:
begin
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.