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)