| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CoherenceManagementClusterMBean | DomainMBean. createCoherenceManagementCluster(java.lang.String name) | Create a new CoherenceManagementClusterMBean MBean representing the
 specified Coherence cluster. | 
| CoherenceManagementClusterMBean[] | DomainMBean. getCoherenceManagementClusters() | The CoherenceManagementClusterMBean that have been defined  
 for this domain. | 
| CoherenceManagementClusterMBean | DomainMBean. lookupCoherenceManagementCluster(java.lang.String name) | Find the CoherenceManagementClusterMBean representing the specified cluster
 if it exists. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DomainMBean. destroyCoherenceManagementCluster(CoherenceManagementClusterMBean bean) | Destroys the bean representing the specified cluster and removes it from
 the list of currently existing beans. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CoherenceManagementClusterMBean | CoherenceClusterMetricsRuntimeMBean. getCoherenceManagementCluster() | Get the CoherenceManagementClusterMBean associated with this Coherence Metrics Runtime MBean
 if there is one. |