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 Details

  • 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:
      timeout in interface org.wildfly.clustering.ejb.timer.TimeoutListener<I>
      Throws:
      ExecutionException