MBean

Partial ObjectName:
WebSphere:*,type=


MBean

NodeGroup configuration information


Operation Summary
isInMaintenanceMode( nodeName)
           Retrieve the value of this node's 'maintenance mode' flag
setMaintenanceMode( nodeName,  newValue)
           Set the value of this node's 'maintenance mode' flag.
setMaintenanceMode( nodeName,  newValue,  leaveProcessesRunning)
           Set the value of this node's 'maintenance mode' flag
java.lang.String[]listNodeGroups()
           Retrieves an array of all nodegroup names
java.lang.String[]listNodeGroupMembers( nodeGroupName)
           Retrieves an array of nodeMember names for the specified nodegroup
listNodeGroupProperties( nodeGroupName)
           Retrieves all custom properties for the specified nodegroup
listNodeGroupMemberProperties( nodeGroupName,  nodeMemberName)
           Retrieves all custom properties for the specified nodegroup member

Notification Summary
websphere.node.maintenancemode.turnedoff
           Maintenance Mode was turned 'off' on the Node
websphere.node.maintenancemode.turnedon
           Maintenance Mode was turned 'on' on the Node
websphere.node.maintenancemode.turnedon.errors
           Maintenance Mode was turned 'off' on the Node, but not all non-nodeagent processes were able to be stopped, and the nodeagent was left running.

Operation Detail

isInMaintenanceMode

public  isInMaintenanceMode( nodeName)
Retrieve the value of this node's 'maintenance mode' flag
Parameters:
nodeName - name of the node

setMaintenanceMode

public  setMaintenanceMode( nodeName,  newValue)
Set the value of this node's 'maintenance mode' flag. This version of setMaintenanceMode will stop all processes on the node.
Parameters:
nodeName - name of the node
newValue - new value for this node's 'maintenance mode' flag

setMaintenanceMode

public  setMaintenanceMode( nodeName,  newValue,  leaveProcessesRunning)
Set the value of this node's 'maintenance mode' flag
Parameters:
nodeName - name of the node
newValue - new value for this node's 'maintenance mode' flag
leaveProcessesRunning - if true, the processes on this node will NOT be stopped. Otherwise, they will.

listNodeGroups

public java.lang.String[] listNodeGroups()
Retrieves an array of all nodegroup names

listNodeGroupMembers

public java.lang.String[] listNodeGroupMembers( nodeGroupName)
Retrieves an array of nodeMember names for the specified nodegroup
Parameters:
nodeGroupName - name of the nodegroup

listNodeGroupProperties

public  listNodeGroupProperties( nodeGroupName)
Retrieves all custom properties for the specified nodegroup
Parameters:
nodeGroupName - name of the nodegroup

listNodeGroupMemberProperties

public  listNodeGroupMemberProperties( nodeGroupName,  nodeMemberName)
Retrieves all custom properties for the specified nodegroup member
Parameters:
nodeGroupName - name of the nodegroup
nodeMemberName - name of the nodegroup member

Notification Detail

websphere.node.maintenancemode.turnedoff

Maintenance Mode was turned 'off' on the Node
Severity:
5  (Warning)

websphere.node.maintenancemode.turnedon

Maintenance Mode was turned 'on' on the Node
Severity:
5  (Warning)

websphere.node.maintenancemode.turnedon.errors

Maintenance Mode was turned 'off' on the Node, but not all non-nodeagent processes were able to be stopped, and the nodeagent was left running.
Severity:
5  (Warning)

Copyright IBM Corp. 1996 - 2007