| Package | Description | 
|---|---|
| weblogic.management.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
CoherenceServerMBean | 
DomainMBean.createCoherenceServer(String name)
This is the factory method for Coherence servers that are scoped at the
 domain level. 
 | 
CoherenceServerMBean[] | 
DomainMBean.getCoherenceServers()
The CoherenceServerMBeans that have been defined for this domain. 
 | 
CoherenceServerMBean | 
DomainMBean.lookupCoherenceServer(String name)
Find a Coherence server with the given name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DomainMBean.destroyCoherenceServer(CoherenceServerMBean bean)
Destroy the given Coherence server. 
 |