Class MapListenerRegistrationBean

java.lang.Object
com.oracle.coherence.spring.event.mapevent.MapListenerRegistrationBean

public class MapListenerRegistrationBean extends Object
CoherenceEventListener responsible for the registration of MapListeners.
Since:
3.0
Author:
Gunnar Hillert
  • Constructor Details

  • Method Details

    • getMapListeners

      public Set<AnnotatedMapListener<?,?>> getMapListeners(String serviceName, String cacheName)
      Return all map listeners that should be registered for a particular service and cache combination.
      Parameters:
      serviceName - the name of the service
      cacheName - the name of the cache
      Returns:
      a set of all listeners that should be registered
    • addMapListener

      public void addMapListener(AnnotatedMapListener<?,?> listener)
      Add specified listener to the collection of discovered observer-based listeners.
      Parameters:
      listener - the listener to add