站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

LocalDispatcher (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 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)
           
 javax.ejb.Timer scheduleInvocation(javax.interceptor.InvocationContext invocation, Component component)
           
 

Method Detail

scheduleInvocation

javax.ejb.Timer scheduleInvocation(javax.interceptor.InvocationContext invocation,
                                   Component component)

scheduleEvent

javax.ejb.Timer scheduleEvent(String type,
                              Long duration,
                              Date expiration,
                              Long intervalDuration)

call

Object call(Callable task)