WebSphere:*,type=ExtendedCluster
MBean ExtendedCluster
Extends the Cluster MBean with Enterprise functionality.
Attribute Summary | |
java.lang.String | backupName The name of the cluster to use as a backup to the cluster represented by this MBean. |
java.lang.String | backupBootstrapHost The BOOTSTRAP host name of the deployment manager for the backup cluster. |
java.lang.Integer | backupBootstrapPort The BOOTSTRAP port of the deployment manager for the backup cluster. |
Attributes inherited from MBean Cluster |
clusterName , preferLocal , wlcID , state , backupName , backupBootstrapHost , backupBootstrapPort |
Operation Summary | |
void | setBackup( Sets the backup reference to the cluster specified with the parameters. |
| setAvailable( Marks a member of the cluster as available to take requests. |
| setUnavailable( Marks a member of the cluster as unavailable to requests. |
Operations inherited from MBean Cluster |
getClusterMembers , getClusterMember , getWeightTable , getWeightTableEntry , setWeightTable , setWeightTableEntry , register , refresh , start , stop , stopImmediate , rippleStart , exportRouteTable , removeRouteTable , dumpClusterInfo , getAvailable , setBackup , setAvailable , setUnavailable |
Notification Summary | |
cluster.member.unusable | |
cluster.member.usable | |
websphere.cluster.backup.set Emitted when the backup cluster has been set. | |
websphere.cluster.controller.registered Emitted when a controller has been registered to control the cluster. | |
websphere.cluster.controller.identified Emitted when a controller has been identified for the cluster. |
Attribute Detail |
public java.lang.String backupName
public java.lang.String backupBootstrapHost
public java.lang.Integer backupBootstrapPort
Operation Detail |
public void setBackup(java.lang.String clusterName,
java.lang.String host,
java.lang.Integer port
)
clusterName
-
The name of the cluster that should be associated as a backup to the cluster represented by this MBean. A null value effectively removes the backup.host
-
The BOOTSTRAP host of the machine where the deployment manager resides that manages the backup cluster.port
-
The BOOTSTRAP port used by the deployment manager where the backup cluster resides.
public setAvailable(java.lang.String memberName,
java.lang.String nodeName
)
memberName
-
nodeName
-
public setUnavailable(java.lang.String memberName,
java.lang.String nodeName
)
memberName
-
nodeName
-
Notification Detail |