Uses of Annotation Interface
com.oracle.coherence.cdi.Name
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Simple CDI-based Cache Server implementation.
-
Uses of Name in com.oracle.coherence.cdi
Modifier and TypeMethodDescriptionCoherenceProducer.createCoherence
(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherence
bean.SerializerProducer.getNamedSerializer
(jakarta.enterprise.inject.spi.InjectionPoint ip) Produces instances of a namedSerializer
.SessionProducer.getSessionWithName
(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces aSession
for a given scope.ModifierConstructorDescriptionCacheAddInterceptor
(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
-
Uses of Name in com.oracle.coherence.cdi.server
Modifier and TypeMethodDescriptionServerCoherenceProducer.createCoherence
(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherence
bean.