|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
X - public static interface Transaction.Internal<X extends Transaction>
TODO: Javadoc TODO: Document the way rcf.core.util.filter.FilterEvent works! TODO: Transaction Composite Trees
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Method Summary | |
|---|---|
void |
archive(X next)
TODO: Javadoc if next == null it means there is a subsequent transaction, but there
will be no object to represent it. |
CompositeTransaction.BranchInternal<X> |
getParent()
TODO: Javadoc TODO: Transaction Composite Trees |
void |
setParent(CompositeTransaction.BranchInternal<X> _parent)
TODO: Javadoc TODO: Transaction Composite Trees |
void |
started()
TODO: Javadoc Transition from Task.State#Constructed to Task.State#Running |
X |
transaction()
TODO: Javadoc |
| Method Detail |
|---|
void archive(X next)
next == null it means there is a subsequent transaction, but there
will be no object to represent it.
next - CompositeTransaction.BranchInternal<X> getParent()
void setParent(CompositeTransaction.BranchInternal<X> _parent)
_parent - void started()
Task.State#Constructed to Task.State#Running
X transaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||