Package com.oracle.coherence.cdi
Class CoherenceExtension
java.lang.Object
com.oracle.coherence.cdi.CoherenceExtension
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Extension
A Coherence CDI
Extension
that is used on both cluster members and
the clients.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.24, Aleks Seovic 2020.03.25
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Coherence
ensureCoherence
(jakarta.enterprise.inject.spi.BeanManager beanManager) Ensure that aCoherence
bean is resolvable and started.Returns theCoherence
instance started by the extension.List
<AnnotatedMapListener<?, ?>> Returns the discovered map listeners.
-
Constructor Details
-
CoherenceExtension
public CoherenceExtension()
-
-
Method Details
-
getMapListeners
Returns the discovered map listeners.- Returns:
- the discovered map listeners
-
ensureCoherence
Ensure that aCoherence
bean is resolvable and started.- Parameters:
beanManager
- the bean manager to use to resolve theCoherence
bean- Returns:
- the
Coherence
bean - Throws:
IllegalStateException
- if noCoherence
bean is resolvable
-
getCoherence
Returns theCoherence
instance started by the extension.- Returns:
- the
Coherence
instance started by the extension
-