| Package | Description | 
|---|---|
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterMBean | 
DomainMBean.createCluster(String name)
Factory for creating Clusters. 
 | 
ClusterMBean | 
SingletonServiceMBean.getCluster()
Returns the cluster this singleton service is associated
 with. 
 | 
ClusterMBean | 
ServerTemplateMBean.getCluster()
The cluster, or group of WebLogic Server instances, to which
 this server belongs. 
 | 
ClusterMBean | 
MigratableTargetMBean.getCluster()
Returns the cluster this singleton service is associated
 with. 
 | 
ClusterMBean[] | 
DomainMBean.getClusters()
Returns the ClusterMBeans representing the cluster that have
 been configured to be part of this domain. 
 | 
ClusterMBean | 
DomainMBean.lookupCluster(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DomainMBean.destroyCluster(ClusterMBean cluster)
Deletes the cluster object 
 | 
void | 
SingletonServiceMBean.setCluster(ClusterMBean cluster)
Set the cluster this singleton service is associated with. 
 | 
void | 
ServerTemplateMBean.setCluster(ClusterMBean cluster)
Sets the value of the Cluster attribute. 
 | 
void | 
MigratableTargetMBean.setCluster(ClusterMBean cluster)
Set the cluster this singleton service is associated with. 
 |