Package org.jboss.seam.annotations.async

Annotations for use with Seam asynchronicity.

See:
          Description

Annotation Types Summary
Asynchronous Marks a method as an asynchronous method, to be dispatched by the EJB3 TimerService.
Duration The duration of the wait before an asynchronous call is processed (or before the first occurrence of a repeating asynchronous call).
Expiration The expiration time at which an asynchronous call may first be processed (or the first occurrence of a repeating asynchronous call).
FinalExpiration The stop date of the repeating asynchronous call.
IntervalCron 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 The interval between occurrences of a repeating asynchronous call.
 

Package org.jboss.seam.annotations.async Description

Annotations for use with Seam asynchronicity.