Seam Core JSF2 2.3.1.Final

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
 Object call(Callable task)
           
 
Methods inherited from interface org.jboss.seam.async.Dispatcher
scheduleAsynchronousEvent, scheduleInvocation, scheduleTimedEvent, scheduleTransactionCompletionEvent, scheduleTransactionSuccessEvent
 

Method Detail

call

Object call(Callable task)

Seam Core JSF2 2.3.1.Final

Copyright © 2013 Seam Framework. All Rights Reserved.