Package | Description |
---|---|
org.jboss.seam.async |
Seam asynchronicity: dispatcher implementations and schedule classes.
|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDispatcher<T,S extends Schedule>
Abstract Dispatcher implementation
|
interface |
Dispatcher<T,S extends Schedule>
Interface to be implemented by any strategy for dispatching
asynchronous method calls and asynchronous events.
|
Modifier and Type | Class and Description |
---|---|
class |
CronSchedule
A "cron schedule" for a timed event executed by
the Quartz CronTrigger.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
protected Schedule |
AbstractDispatcher.createSchedule(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
QuartzTriggerHandle |
QuartzDispatcher.scheduleTimedEvent(String type,
Schedule schedule,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Events.raiseTimedEvent(String type,
Schedule schedule,
Object... parameters)
Raise an event that is to be processed according to a "schedule"
|
Copyright © 2015 Seam Framework. All Rights Reserved.