Class DistributableTimerSynchronizationFactory<I>

java.lang.Object
org.jboss.as.ejb3.timerservice.distributable.DistributableTimerSynchronizationFactory<I>
Type Parameters:
I - the timer identifier type
All Implemented Interfaces:
TimerSynchronizationFactory<I>

public class DistributableTimerSynchronizationFactory<I> extends Object implements TimerSynchronizationFactory<I>
Factory for creating Synchronization instances for a distributed timer service.
Author:
Paul Ferraro
  • Constructor Details

    • DistributableTimerSynchronizationFactory

      public DistributableTimerSynchronizationFactory(Consumer<org.wildfly.clustering.ejb.timer.Timer<I>> activateTask, Consumer<org.wildfly.clustering.ejb.timer.Timer<I>> cancelTask)
  • Method Details