Class CoherenceEventListenerCandidates
java.lang.Object
com.oracle.coherence.spring.event.CoherenceEventListenerCandidates
- All Implemented Interfaces:
Aware,ApplicationContextAware
Holder for Coherence Event Listeners to be configured. See
DefaultCoherenceConfigurer.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Constructor Summary
ConstructorsConstructorDescriptionCoherenceEventListenerCandidates(Map<String, List<Method>> coherenceEventListenerCandidateMethods) -
Method Summary
Modifier and TypeMethodDescriptionList<com.tangosol.net.events.NamedEventInterceptor<?>>voidvoidsetApplicationContext(ApplicationContext applicationContext) voidsetMapListenerRegistrationBean(MapListenerRegistrationBean mapListenerRegistrationBean)
-
Constructor Details
-
CoherenceEventListenerCandidates
-
-
Method Details
-
getCoherenceEventListenerCandidateMethods
-
processEventListeners
public void processEventListeners() -
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-
getInterceptors
-
setMapListenerRegistrationBean
@Autowired public void setMapListenerRegistrationBean(MapListenerRegistrationBean mapListenerRegistrationBean)
-