BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.ClusterMBean

Packages that use ClusterMBean
weblogic.management.configuration   
 

Uses of ClusterMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return ClusterMBean
 ClusterMBean ServerMBean.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.createCluster(String name)
          Factory for creating Clusters.
 ClusterMBean DomainMBean.lookupCluster(String name)
           
 

Methods in weblogic.management.configuration with parameters of type ClusterMBean
 void ServerMBean.setCluster(ClusterMBean cluster)
          Sets the value of the Cluster attribute.
 void MigratableTargetMBean.setCluster(ClusterMBean cluster)
          Set the cluster this singleton service is associated with.
 void DomainMBean.destroyCluster(ClusterMBean cluster)
          Deletes the cluster object
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.