WebSphere:*,type=
MBean
NodeGroup configuration information
Operation Summary | |
| isInMaintenanceMode( Retrieve the value of this node's 'maintenance mode' flag |
| setMaintenanceMode( Set the value of this node's 'maintenance mode' flag. |
| setMaintenanceMode( 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( Retrieves an array of nodeMember names for the specified nodegroup |
| listNodeGroupProperties( Retrieves all custom properties for the specified nodegroup |
| listNodeGroupMemberProperties( 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 |
public isInMaintenanceMode( nodeName
)
nodeName
-
name of the node
public setMaintenanceMode( nodeName,
newValue
)
nodeName
-
name of the nodenewValue
-
new value for this node's 'maintenance mode' flag
public setMaintenanceMode( nodeName,
newValue,
leaveProcessesRunning
)
nodeName
-
name of the nodenewValue
-
new value for this node's 'maintenance mode' flagleaveProcessesRunning
-
if true, the processes on this node will NOT be stopped. Otherwise, they will.
public java.lang.String[] listNodeGroups()
public java.lang.String[] listNodeGroupMembers( nodeGroupName
)
nodeGroupName
-
name of the nodegroup
public listNodeGroupProperties( nodeGroupName
)
nodeGroupName
-
name of the nodegroup
public listNodeGroupMemberProperties( nodeGroupName,
nodeMemberName
)
nodeGroupName
-
name of the nodegroupnodeMemberName
-
name of the nodegroup memberNotification Detail |