Uses of Class
com.oracle.coherence.cdi.Name
-
Packages that use Name Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members.com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation. -
-
Uses of Name in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi with annotations of type Name Modifier and Type Method Description Coherence
CoherenceProducer. createCoherence(javax.enterprise.inject.spi.BeanManager beanManager)
Create the defaultCoherence
bean.Serializer
SerializerProducer. getNamedSerializer(javax.enterprise.inject.spi.InjectionPoint ip)
Produces instances of a namedSerializer
.Session
SessionProducer. getSessionWithName(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Produces aSession
for a given scope.Constructor parameters in com.oracle.coherence.cdi with annotations of type Name Constructor Description 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
-
Uses of Name in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server with annotations of type Name Modifier and Type Method Description Coherence
ServerCoherenceProducer. createCoherence(javax.enterprise.inject.spi.BeanManager beanManager)
Create the defaultCoherence
bean.
-