|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface Activate
This annotaion can be placed before the methods in a Flow type meaning the start of activation. These methods should be called once in the lifetime of a Flow.
Optional Element Summary | |
---|---|
long |
timeout
Timout for this component measured in milliseconds |
public abstract long timeout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |