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>
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
- Specified by:
timeoutin interfaceTimeoutListener<I>- Throws:
ExecutionException
-