Cluster
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
The name of the cluster to use as a backup to the cluster represented by this MBean.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String backupBootstrapHost
The BOOTSTRAP host name of the deployment manager for the backup cluster.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer backupBootstrapPort
The BOOTSTRAP port of the deployment manager for the backup cluster.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public void setBackup(
java.lang.String clusterName,
java.lang.String host,
java.lang.Integer port
)
Sets the backup reference to the cluster specified with the parameters.
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.
administrator
operator
public setAvailable(
java.lang.String memberName,
java.lang.String nodeName
)
Marks a member of the cluster as available to take requests. Calling this method will indicate to the router that this member should be considered for work when possible.
memberName
-
nodeName
-
administrator
operator
public setUnavailable(
java.lang.String memberName,
java.lang.String nodeName
)
Marks a member of the cluster as unavailable to requests. Calling this method will indicate to the router that this member should be avoided when possible.
memberName
-
nodeName
-
administrator
operator
Notification Detail |
---|
1
(Non recoverable)
1
(Non recoverable)
Emitted when the backup cluster has been set.
5
(Warning)
Emitted when a controller has been registered to control the cluster.
5
(Warning)
Emitted when a controller has been identified for the cluster.
5
(Warning)