Interface InfinispanTimerManagerFactoryConfiguration<I>
-
- All Superinterfaces:
org.wildfly.clustering.ee.cache.CacheConfiguration,InfinispanConfiguration,TimerManagerFactoryConfiguration<I>
- All Known Implementing Classes:
InfinispanTimerManagerFactoryServiceConfigurator
public interface InfinispanTimerManagerFactoryConfiguration<I> extends TimerManagerFactoryConfiguration<I>, InfinispanConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.clustering.server.dispatcher.CommandDispatcherFactorygetCommandDispatcherFactory()org.wildfly.clustering.server.group.Group<org.infinispan.remoting.transport.Address>getGroup()org.wildfly.clustering.infinispan.affinity.KeyAffinityServiceFactorygetKeyAffinityServiceFactory()org.wildfly.clustering.marshalling.spi.ByteBufferMarshallergetMarshaller()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getWriteOnlyCache
-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerManagerFactoryConfiguration
getBeanConfiguration, getIdentifierFactory, getRegistry, isPersistent
-
-
-
-
Method Detail
-
getMarshaller
org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller getMarshaller()
-
getKeyAffinityServiceFactory
org.wildfly.clustering.infinispan.affinity.KeyAffinityServiceFactory getKeyAffinityServiceFactory()
-
getCommandDispatcherFactory
org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory getCommandDispatcherFactory()
-
getGroup
org.wildfly.clustering.server.group.Group<org.infinispan.remoting.transport.Address> getGroup()
-
-