org.apache.commons.transaction.memory.jca
Class MapLocalTransaction

java.lang.Object
  extended byorg.apache.commons.transaction.memory.jca.MapLocalTransaction
All Implemented Interfaces:
javax.resource.cci.LocalTransaction, javax.resource.spi.LocalTransaction

public class MapLocalTransaction
extends java.lang.Object
implements javax.resource.spi.LocalTransaction, javax.resource.cci.LocalTransaction

Version:
$Revision$

Constructor Summary
MapLocalTransaction(TransactionalMapWrapper map)
           
 
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

MapLocalTransaction

public MapLocalTransaction(TransactionalMapWrapper map)
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 © 2004-2007 The Apache Software Foundation. All Rights Reserved.