Interface DistributableTimerServiceConfiguration<I>
-
- All Superinterfaces:
ManagedTimerServiceConfiguration,TimerServiceApplicableComponentConfiguration
public interface DistributableTimerServiceConfiguration<I> extends ManagedTimerServiceConfiguration
- Author:
- Paul Ferraro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceConfiguration
ManagedTimerServiceConfiguration.TimerFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function<String,I>getIdentifierParser()TimerSynchronizationFactory<I>getTimerSynchronizationFactory()-
Methods inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceConfiguration
getInvoker, getTimerFilter
-
Methods inherited from interface org.jboss.as.ejb3.timerservice.spi.TimerServiceApplicableComponentConfiguration
getTimerListener, getTimerServiceRegistry
-
-
-
-
Method Detail
-
getTimerSynchronizationFactory
TimerSynchronizationFactory<I> getTimerSynchronizationFactory()
-
-