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

Author:
Chamikara Jayalath , Sanka Samaranayaka

Constructor Summary
InMemoryTransaction()
           
 
Method Summary
 void commit()
           
 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


Copyright © 2005 Apache Web Services. All Rights Reserved.