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 | Interface and Description |
---|---|
interface |
LocalTimerServiceDispatcher
Local interface for TimerServiceDispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDispatcher<T,S extends Schedule>
Abstract Dispatcher implementation
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Dispatcher |
AbstractDispatcher.instance() |
Modifier and Type | Method and Description |
---|---|
protected Dispatcher |
Events.getDispatcher() |
Copyright © 2015 Seam Framework. All Rights Reserved.