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