net.sf.dropboxmq.resource.spi
Class LocalTransactionImpl

java.lang.Object
  extended by net.sf.dropboxmq.resource.spi.LocalTransactionImpl
All Implemented Interfaces:
LocalTransaction

public class LocalTransactionImpl
extends Object
implements LocalTransaction

Created: 15 Dec 2006

Version:
$Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
Author:
Dwayne Schultz

Constructor Summary
LocalTransactionImpl(DropboxTransaction dropboxTransaction, ManagedConnectionImpl managedConnection)
           
 
Method Summary
 void begin()
           
 void commit()
           
 void rollback()
           
protected  String toObjectString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTransactionImpl

public LocalTransactionImpl(DropboxTransaction dropboxTransaction,
                            ManagedConnectionImpl managedConnection)
Method Detail

begin

public void begin()
           throws ResourceException
Specified by:
begin in interface LocalTransaction
Throws:
ResourceException

commit

public void commit()
            throws ResourceException
Specified by:
commit in interface LocalTransaction
Throws:
ResourceException

rollback

public void rollback()
              throws ResourceException
Specified by:
rollback in interface LocalTransaction
Throws:
ResourceException

toObjectString

protected final String toObjectString()