@Namespace(value="http://jboss.org/schema/seam/async", prefix="org.jboss.seam.async")
See: Description
| Interface | Description |
|---|---|
| Dispatcher<T,S extends Schedule> |
Interface to be implemented by any strategy for dispatching
asynchronous method calls and asynchronous events.
|
| LocalTimerServiceDispatcher |
Local interface for TimerServiceDispatcher.
|
| Class | Description |
|---|---|
| AbstractDispatcher<T,S extends Schedule> |
Abstract Dispatcher implementation
|
| Asynchronous |
Something that happens asynchronously, and with a full
set of Seam contexts, including propagation of the
business process and task instances.
|
| AsynchronousEvent |
An asynchronous event
|
| AsynchronousExceptionHandler | |
| AsynchronousInterceptor |
Dispatches method calls to @Asynchronous methods
asynchronously, and returns the "timer" object
if necessary.
|
| AsynchronousInvocation |
An asynchronous method invocation.
|
| CronSchedule |
A "cron schedule" for a timed event executed by
the Quartz CronTrigger.
|
| QuartzDispatcher |
Dispatcher implementation that uses the Quartz library.
|
| QuartzDispatcher.QuartzJob | |
| QuartzTriggerHandle |
Provides control over the Quartz Job.
|
| Schedule |
A "schedule" for a timed event executed by
a timer service which supports delayed
timed events.
|
| ThreadPoolDispatcher |
Dispatcher implementation that uses a java.util.concurrent
ScheduledThreadPoolExecutor.
|
| TimerSchedule |
A "schedule" for a timed event executed by
the EJB timer service or some other timer
service which supports delayed and/or periodic
timed events.
|
| TimerServiceDispatcher |
Dispatcher implementation that uses the EJB
TimerService.
|
| TransactionCompletionEvent |
An event that is processed when a transaction ends
|
| TransactionSuccessEvent |
An event that is processed when a transaction completes
succesfully
|
org.jboss.seam.annotations.asyncCopyright © 2015 Seam Framework. All Rights Reserved.