Package com.oracle.coherence.cdi.server
Class ClusterProducer
- java.lang.Object
-
- com.oracle.coherence.cdi.server.ClusterProducer
-
-
Constructor Summary
Constructors Constructor Description ClusterProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cluster
getCluster()
Produces the singleton CoherenceCluster
instance.OperationalContext
getOperationalContext()
Produces the singleton CoherenceOperationalContext
instance.
-
-
-
Method Detail
-
getCluster
@Produces public Cluster getCluster()
Produces the singleton CoherenceCluster
instance.- Returns:
- the singleton Coherence
Cluster
instance
-
getOperationalContext
@Produces public OperationalContext getOperationalContext()
Produces the singleton CoherenceOperationalContext
instance.- Returns:
- the singleton Coherence
OperationalContext
instance
-
-