|
SmartFrog 3.10.000 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventCompoundImpl | |
|---|---|
| org.smartfrog.sfcore.workflow.combinators | |
| org.smartfrog.sfcore.workflow.components | |
| Uses of EventCompoundImpl in org.smartfrog.sfcore.workflow.combinators |
|---|
| Subclasses of EventCompoundImpl in org.smartfrog.sfcore.workflow.combinators | |
|---|---|
class |
Container
Container is a modified Parallel which differs in that when any the sub-components terminates or fails it simply removes the child and continues to run. |
class |
Delay
Delay is a modified compound which differs in that the single sub-component is given a certain amount of time to terminate and if it has not, the timeout combinator terminates it and itself abnormally. |
class |
Deployer
|
class |
During
During is a modified compound which differs in that the single sub-component is given a certain amount of time to terminate and if it has not, the timeout combinator terminates it and itself normally. |
class |
FireBreak
FireBreak is a modified Parallel that when a sub-components terminates, it simply removes itself from its parent and then terminates. |
class |
Parallel
Parallel is a modified compound which differs in that the sub-components operate in parallel but do not share the same lifecycle, and in particular the same termination. |
class |
RandomSequence
RandomSequence is a modified sequence which differs in that the sub-components operate sequentially but are started at random. |
class |
Repeat
Repeat is a modified compound which differs in that its single sub-component is created and should it terminate normally, is recreated. |
class |
Retract
Retract is a modified compound in which sub-components are terminated in reverse order in which they are deployed and started. |
class |
Retry
Retry is a modified compound which differs in that its single sub-component is created and should it terminate abnormally, is recreated. |
class |
Run
Run is a modified compound which differs in that its only sub-component is created and then left parentless to fend for itself. |
class |
Sequence
Sequence is a modified compound which differs in that the sub-components operate sequentially. |
class |
Timeout
Timeout is a modified compound which differs in that the single sub-component is given a certain amount of time to terminate and if it has not, the timeout combinator terminates it and itself abnormally. |
class |
Try
Try is a modified compound which differs in that its primary sub-component is deployed and when it terminates, a continuation component is selected depending on the termination type. |
| Uses of EventCompoundImpl in org.smartfrog.sfcore.workflow.components |
|---|
| Subclasses of EventCompoundImpl in org.smartfrog.sfcore.workflow.components | |
|---|---|
class |
OnEvent
This component waits for a event to arrive, deploys the appropriate event handler and when this terminates, also terminate. |
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||