org.tranql.connector
Class AbstractManagedConnection.LocalTransactionImpl
java.lang.Object
org.tranql.connector.AbstractManagedConnection.LocalTransactionImpl
- All Implemented Interfaces:
- javax.resource.spi.LocalTransaction
- Enclosing class:
- AbstractManagedConnection<T,U>
protected class AbstractManagedConnection.LocalTransactionImpl
- extends Object
- implements javax.resource.spi.LocalTransaction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractManagedConnection.LocalTransactionImpl
public AbstractManagedConnection.LocalTransactionImpl(boolean isSPI)
begin
public void begin()
throws javax.resource.ResourceException
- Specified by:
begin
in interface javax.resource.spi.LocalTransaction
- 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
Copyright © 2004-2012 Tranql project committers. All Rights Reserved.