Package | Description |
---|---|
org.jboss.seam.async |
Seam asynchronicity: dispatcher implementations and schedule classes.
|
Modifier and Type | Class and Description |
---|---|
class |
QuartzDispatcher
Dispatcher implementation that uses the Quartz library.
|
class |
ThreadPoolDispatcher
Dispatcher implementation that uses a java.util.concurrent
ScheduledThreadPoolExecutor.
|
class |
TimerServiceDispatcher
Dispatcher implementation that uses the EJB
TimerService.
|
Copyright © 2015 Seam Framework. All Rights Reserved.