WebSphere:*,type=NodeGroupManager
MBean NodeGroupManager
NodeGroup configuration information
Operation Summary | |
java.lang.Boolean | isInMaintenanceMode( Retrieve the value of this node's 'maintenance mode' flag |
void | setMaintenanceMode( Set the value of this node's 'maintenance mode' flag. |
void | 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 |
java.util.Properties | listNodeGroupProperties( Retrieves all custom properties for the specified nodegroup |
java.util.Properties | 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 java.lang.Boolean isInMaintenanceMode(java.lang.String nodeName
)
nodeName
-
name of the node
public void setMaintenanceMode(java.lang.String nodeName,
java.lang.Boolean newValue
)
nodeName
-
name of the nodenewValue
-
new value for this node's 'maintenance mode' flag
public void setMaintenanceMode(java.lang.String nodeName,
java.lang.Boolean newValue,
java.lang.Boolean 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(java.lang.String nodeGroupName
)
nodeGroupName
-
name of the nodegroup
public java.util.Properties listNodeGroupProperties(java.lang.String nodeGroupName
)
nodeGroupName
-
name of the nodegroup
public java.util.Properties listNodeGroupMemberProperties(java.lang.String nodeGroupName,
java.lang.String nodeMemberName
)
nodeGroupName
-
name of the nodegroupnodeMemberName
-
name of the nodegroup memberNotification Detail |