Class DistributableTimeoutListener<I>
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.distributable.DistributableTimeoutListener<I>
-
- All Implemented Interfaces:
TimeoutListener<I,org.wildfly.clustering.ee.Batch>
public class DistributableTimeoutListener<I> extends Object implements TimeoutListener<I,org.wildfly.clustering.ee.Batch>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtimeout(TimerManager<I,org.wildfly.clustering.ee.Batch> manager, Timer<I> timer)
-
-
-
Method Detail
-
timeout
public void timeout(TimerManager<I,org.wildfly.clustering.ee.Batch> manager, Timer<I> timer) throws ExecutionException
- Specified by:
timeoutin interfaceTimeoutListener<I,org.wildfly.clustering.ee.Batch>- Throws:
ExecutionException
-
-