org.jboss.seam.annotations.async |
Annotations for use with Seam asynchronicity. |
Java Source File Name | Type | Comment |
Asynchronous.java | Annotation | Marks a method as an asynchronous method, to be
dispatched by the EJB3 TimerService.
If the method returns Timer, the return value
will be the Timer used for dispatching the
method call. |
Duration.java | Annotation | The duration of the wait before an asynchronous
call is processed (or before the first occurrence
of a repeating asynchronous call). |
Expiration.java | Annotation | The expiration time at which an asynchronous call may
first be processed (or the first occurrence of a repeating
asynchronous call). |
FinalExpiration.java | Annotation | The stop date of the repeating asynchronous call. |
IntervalCron.java | Annotation | The unix cron expression to specify the frequency
and other conditions for the repeating asynchronous call
to be invoked (after the initial delay specified in Expiration
or Duration parameters). |
IntervalDuration.java | Annotation | The interval between occurrences of a repeating
asynchronous call. |
package-info.java | | |