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

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

public class MapLocalTransaction
extends Object
implements LocalTransaction, LocalTransaction

Version:
$Revision: 1.2 $

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 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


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.