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:
ListenerRegistrar
public class SchedulerTopologyChangeListenerRegistrar<K,V,SE,CE>
extends Object
implements 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
-
Constructor Details
-
SchedulerTopologyChangeListenerRegistrar
-
-
Method Details
-
register
Description copied from interface:ListenerRegistrarRegisters this listener for a Infinispan events.- Specified by:
registerin interfaceListenerRegistrar- Returns:
- a listener registration
-