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>

public class DistributableTimeoutListener<I> extends Object implements TimeoutListener<I>
Timeout listener implementation that invokes the relevant timeout callback method of an EJB.
Author:
Paul Ferraro