当前页面:
在线文档首页 >
JBoss Seam 1.2.1 API 英文版文档
Dispatcher (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档
org.jboss.seam.core
Class Dispatcher
java.lang.Object
org.jboss.seam.core.Dispatcher
- All Implemented Interfaces:
- LocalDispatcher
@Name(value="org.jboss.seam.core.dispatcher")
@Install(value=false,
precedence=0)
public class Dispatcher
- extends Object
- implements LocalDispatcher
Dispatcher for asynchronous methods.
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXECUTING_ASYNCHRONOUS_CALL
public static final String EXECUTING_ASYNCHRONOUS_CALL
- See Also:
- Constant Field Values
Dispatcher
public Dispatcher()
postConstruct
public void postConstruct()
dispatch
public void dispatch(javax.ejb.Timer timer)
scheduleEvent
public javax.ejb.Timer scheduleEvent(String type,
Long duration,
Date expiration,
Long intervalDuration,
Object... parameters)
- Specified by:
scheduleEvent
in interface LocalDispatcher
scheduleInvocation
public javax.ejb.Timer scheduleInvocation(InvocationContext invocation,
Component component)
- Specified by:
scheduleInvocation
in interface LocalDispatcher
instance
public static LocalDispatcher instance()
call
public Object call(Callable task)
- Specified by:
call
in interface LocalDispatcher