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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduces the singleton CoherenceClusterinstance.Produces the singleton CoherenceOperationalContextinstance.
-
Constructor Details
-
ClusterProducer
public ClusterProducer()
-
-
Method Details
-
getCluster
Produces the singleton CoherenceClusterinstance.- Returns:
- the singleton Coherence
Clusterinstance
-
getOperationalContext
Produces the singleton CoherenceOperationalContextinstance.- Returns:
- the singleton Coherence
OperationalContextinstance
-