当前页面: 
在线文档首页 > 
JBoss Seam  1.1.5 API 英文版文档
Dispatcher (JBoss Seam API Documentation) - JBoss Seam  1.1.5 API 英文版文档
org.jboss.seam.core
Class Dispatcher
java.lang.Object
   org.jboss.seam.core.Dispatcher
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:
- scheduleEventin interface- LocalDispatcher
 
- 
 
scheduleInvocation
public javax.ejb.Timer scheduleInvocation(InvocationContext invocation,
                                          Component component)
- 
- Specified by:
- scheduleInvocationin interface- LocalDispatcher
 
- 
 
instance
public static LocalDispatcher instance()
- 
 
- 
 
call
public Object call(Callable task)
- 
- Specified by:
- callin interface- LocalDispatcher
 
-