|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.nix.ert.base.TransactionMonitor
Stores the temporary results for nested (or split) Transactions. Only if all parts are arrived, this TransactionMonitor will join the results and return the transaction
In current implementation only boolean operations are allowed to be split/joined (e.g. those who have ok/Error as result)
Constructor Summary | |
TransactionMonitor()
|
Method Summary | |
DataItem |
put(DataItem dataItem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransactionMonitor()
Method Detail |
public DataItem put(DataItem dataItem)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |