Package | Description |
---|---|
org.jboss.seam.async |
Seam asynchronicity: dispatcher implementations and schedule classes.
|
Modifier and Type | Field and Description |
---|---|
static TimerSchedule |
TimerSchedule.ONCE_IMMEDIATELY |
Modifier and Type | Method and Description |
---|---|
protected TimerSchedule |
AbstractDispatcher.createTimerSchedule(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
javax.ejb.Timer |
TimerServiceDispatcher.scheduleTimedEvent(String type,
TimerSchedule schedule,
Object... parameters) |
Future |
ThreadPoolDispatcher.scheduleTimedEvent(String type,
TimerSchedule schedule,
Object... parameters) |
Copyright © 2015 Seam Framework. All Rights Reserved.