Class SchedulerTopologyChangeListenerRegistrar<K,V,SE,CE>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListenerRegistrar<K,V,SE,CE>
- Type Parameters:
K- the cache key typeV- the cache value typeSE- the schedule task entry typeCE- the cancel task entry type
- All Implemented Interfaces:
org.wildfly.clustering.cache.infinispan.embedded.listener.ListenerRegistrar
public class SchedulerTopologyChangeListenerRegistrar<K,V,SE,CE>
extends Object
implements org.wildfly.clustering.cache.infinispan.embedded.listener.ListenerRegistrar
Handles cache topology events for a distributed scheduler.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSchedulerTopologyChangeListenerRegistrar(org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListenerRegistrar.Configuration<K, V, SE, CE> configuration) Creates the topology change listener for a scheduler. -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.cache.infinispan.embedded.listener.ListenerRegistrationregister()
-
Constructor Details
-
SchedulerTopologyChangeListenerRegistrar
-
-
Method Details
-
register
public org.wildfly.clustering.cache.infinispan.embedded.listener.ListenerRegistration register()- Specified by:
registerin interfaceorg.wildfly.clustering.cache.infinispan.embedded.listener.ListenerRegistrar
-