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