Uses of Annotation Interface
com.oracle.coherence.cdi.Name
Packages that use 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
Methods in com.oracle.coherence.cdi with annotations of type NameModifier and TypeMethodDescriptionCoherenceProducer.createCoherence(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherencebean.SerializerProducer.getNamedSerializer(jakarta.enterprise.inject.spi.InjectionPoint ip) Produces instances of a namedSerializer.SessionProducer.getSessionWithName(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces aSessionfor a given scope.Constructor parameters in com.oracle.coherence.cdi with annotations of type NameModifierConstructorDescriptionCacheAddInterceptor(Coherence coherence, CoherenceExtension extension) Create theCacheAddInterceptor.CacheGetInterceptor(Coherence coherence, CoherenceExtension extension) Create theCacheGetInterceptorCachePutInterceptor(Coherence coherence, CoherenceExtension extension) Create theCachePutInterceptorCacheRemoveInterceptor(Coherence coherence, CoherenceExtension extension) Create theCacheRemoveInterceptor - 
Uses of Name in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server with annotations of type NameModifier and TypeMethodDescriptionServerCoherenceProducer.createCoherence(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherencebean.