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