org.apache.sandesha2.storage.inmemory
Class InMemoryTransaction

java.lang.Object
  extended byorg.apache.sandesha2.storage.inmemory.InMemoryTransaction
All Implemented Interfaces:
Transaction

public class InMemoryTransaction
extends java.lang.Object
implements Transaction

This class does nothing special. Just to be consistent with the transaction based behavious of other 'Persistant' StorageManager implementations.


Constructor Summary
InMemoryTransaction()
           
 
Method Summary
 void commit()
           
 boolean isActive()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryTransaction

public InMemoryTransaction()
Method Detail

commit

public void commit()
Specified by:
commit in interface Transaction

rollback

public void rollback()
Specified by:
rollback in interface Transaction

isActive

public boolean isActive()
Specified by:
isActive in interface Transaction


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.