Package org.wildfly.clustering.ejb.timer
Interface TimeoutListener<I,B extends Batch>
-
public interface TimeoutListener<I,B extends Batch>- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtimeout(TimerManager<I,B> manager, Timer<I> timer)
-
-
-
Method Detail
-
timeout
void timeout(TimerManager<I,B> manager, Timer<I> timer) throws ExecutionException
- Throws:
ExecutionException
-
-