|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--stomp.jdo.TransactionWrapper
|
+--stomp.enhance.EnhancedTransaction
Solves problem of fixing state for defunct transactional objects, making them usable ( readable, up-to-date with the database ) even after the transaction they were created in is closed.
| Constructor Summary | |
EnhancedTransaction(PMWrapper pm)
|
|
| Method Summary | |
protected void |
fixState(java.lang.Object object)
called when the PM for a transactional object is closed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnhancedTransaction(PMWrapper pm)
| Method Detail |
protected void fixState(java.lang.Object object)
fixState in class TransactionWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||