当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
LocalDispatcher (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.core
Interface LocalDispatcher
- All Known Implementing Classes:
- Dispatcher
public interface LocalDispatcher
scheduleInvocation
javax.ejb.Timer scheduleInvocation(InvocationContext invocation,
Component component)
scheduleEvent
javax.ejb.Timer scheduleEvent(String type,
Long duration,
Date expiration,
Long intervalDuration,
Object... parameters)
call
Object call(Callable task)