Package com.oracle.coherence.cdi.server
Class ClusterProducer
java.lang.Object
com.oracle.coherence.cdi.server.ClusterProducer
A CDI producer that produces instances of the singleton Coherence
Cluster
.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.11.20
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProduces the singleton CoherenceCluster
instance.Produces the singleton CoherenceOperationalContext
instance.
-
Constructor Details
-
ClusterProducer
public ClusterProducer()
-
-
Method Details
-
getCluster
Produces the singleton CoherenceCluster
instance.- Returns:
- the singleton Coherence
Cluster
instance
-
getOperationalContext
Produces the singleton CoherenceOperationalContext
instance.- Returns:
- the singleton Coherence
OperationalContext
instance
-