Class DistributableTimeoutListener<I>
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.distributable.DistributableTimeoutListener<I>
-
- Type Parameters:
I- the timer identifier type
- All Implemented Interfaces:
TimeoutListener<I,Batch>
public class DistributableTimeoutListener<I> extends Object implements TimeoutListener<I,Batch>
Timeout listener implementation that invokes the relevant timeout callback method of an EJB.- Author:
- Paul Ferraro
-
-
Method Detail
-
timeout
public void timeout(TimerManager<I,Batch> manager, Timer<I> timer) throws ExecutionException
- Specified by:
timeoutin interfaceTimeoutListener<I,Batch>- Throws:
ExecutionException
-
-