Class DistributableTimeoutListener<I>

  • Type Parameters:
    I - the timer identifier type
    All Implemented Interfaces:
    TimeoutListener<I,​Batch>

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