org.jboss.seam.async
Interface LocalTimerServiceDispatcher

All Superinterfaces:
Dispatcher<javax.ejb.Timer,TimerSchedule>
All Known Implementing Classes:
TimerServiceDispatcher

public interface LocalTimerServiceDispatcher
extends Dispatcher<javax.ejb.Timer,TimerSchedule>

Local interface for TimerServiceDispatcher.

Author:
Gavin King

Method Summary
 java.lang.Object call(java.util.concurrent.Callable task)
           
 
Methods inherited from interface org.jboss.seam.async.Dispatcher
scheduleAsynchronousEvent, scheduleInvocation, scheduleTimedEvent, scheduleTransactionCompletionEvent, scheduleTransactionSuccessEvent
 

Method Detail

call

java.lang.Object call(java.util.concurrent.Callable task)


Copyright © 2011 Seam Framework. All Rights Reserved.