org.tranql.connector
Class AbstractManagedConnection.LocalTransactionImpl

java.lang.Object
  extended byorg.tranql.connector.AbstractManagedConnection.LocalTransactionImpl
All Implemented Interfaces:
javax.resource.spi.LocalTransaction
Enclosing class:
AbstractManagedConnection

protected class AbstractManagedConnection.LocalTransactionImpl
extends java.lang.Object
implements javax.resource.spi.LocalTransaction


Constructor Summary
AbstractManagedConnection.LocalTransactionImpl(boolean isSPI)
           
 
Method Summary
 void begin()
           
 void commit()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractManagedConnection.LocalTransactionImpl

public AbstractManagedConnection.LocalTransactionImpl(boolean isSPI)
Method Detail

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 © -2005 The Codehaus. All Rights Reserved.