|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sandesha2.storage.inmemory.InMemoryTransaction
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()
|
void |
rollback()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InMemoryTransaction()
Method Detail |
public void commit()
commit
in interface Transaction
public void rollback()
rollback
in interface Transaction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |