|
|||||||||||
| 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()
|
boolean |
isActive()
|
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 Transactionpublic void rollback()
rollback in interface Transactionpublic boolean isActive()
isActive in interface Transaction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||