com.sleepycat.je.jca.ra
Class JELocalTransaction

java.lang.Object
  extended by com.sleepycat.je.jca.ra.JELocalTransaction

public class JELocalTransaction
extends Object


Constructor Summary
JELocalTransaction(XAEnvironment env, TransactionConfig transConfig, JEManagedConnection mgdConn)
           
 
Method Summary
 void begin()
           
 void commit()
           
protected  XAEnvironment getEnv()
           
 Transaction getTransaction()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JELocalTransaction

JELocalTransaction(XAEnvironment env,
                   TransactionConfig transConfig,
                   JEManagedConnection mgdConn)
Method Detail

getTransaction

public Transaction getTransaction()
                           throws DatabaseException
Throws:
DatabaseException

getEnv

protected XAEnvironment getEnv()

begin

public void begin()
           throws ResourceException
Throws:
ResourceException

commit

public void commit()
            throws ResourceException
Throws:
ResourceException

rollback

public void rollback()
              throws ResourceException
Throws:
ResourceException


Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.