Uses of Class
com.oracle.coherence.cdi.CoherenceExtension
-
Packages that use CoherenceExtension Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of CoherenceExtension in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return CoherenceExtension Modifier and Type Method Description protected CoherenceExtension
AbstractCacheInterceptor. getExtension()
Constructors in com.oracle.coherence.cdi with parameters of type CoherenceExtension Constructor Description AbstractCacheInterceptor(Coherence coherence, CoherenceExtension extension)
Construct cache interceptor.CacheAddInterceptor(Coherence coherence, CoherenceExtension extension)
Create theCacheAddInterceptor
.CacheGetInterceptor(Coherence coherence, CoherenceExtension extension)
Create theCacheGetInterceptor
CachePutInterceptor(Coherence coherence, CoherenceExtension extension)
Create theCachePutInterceptor
CacheRemoveInterceptor(Coherence coherence, CoherenceExtension extension)
Create theCacheRemoveInterceptor
CdiMapListenerManager(FilterProducer filterProducer, MapEventTransformerProducer transformerProducer, CoherenceExtension extension)
-