org.apache.commons.transaction.memory.jca
Class MapLocalTransaction
java.lang.Object
org.apache.commons.transaction.memory.jca.MapLocalTransaction
- All Implemented Interfaces:
- LocalTransaction, LocalTransaction
- public class MapLocalTransaction
- extends Object
- implements LocalTransaction, LocalTransaction
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapLocalTransaction
public MapLocalTransaction(TransactionalMapWrapper map)
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.