Package org.wildfly.clustering.ejb.timer
Interface TimerManagerFactoryConfiguration<I>
- Type Parameters:
I- the timer identifier type
- All Known Subinterfaces:
TimerManagerConfiguration<I,B>
public interface TimerManagerFactoryConfiguration<I>
Encapsulates the configuration of a
TimerManagerFactory.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getTimerServiceConfiguration
TimerServiceConfiguration getTimerServiceConfiguration() -
getIdentifierFactory
-
getRegistry
TimerRegistry<I> getRegistry() -
isPersistent
boolean isPersistent()
-