站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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


Method Summary
 Object call(Callable task)
           
 javax.ejb.Timer scheduleEvent(String type, Long duration, Date expiration, Long intervalDuration, Object... parameters)
           
 javax.ejb.Timer scheduleInvocation(InvocationContext invocation, Component component)
           
 

Method Detail

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)