WebSphere:*,type=
MBean
HealthController
Operation Summary | |
| enable() Starts the Health Controller |
| disable() Stops the Health Controller |
| isEnabled() Checks if the Health Controller is enabled |
| getActiveControllerLocation() Returns the active health controller location. |
| getMaxConsecutiveRestarts() Gets the maximum number of consecutive restarts allowed |
| setMaxConsecutiveRestarts( Sets the maximum number of consecutive restarts allowed |
| getControlCycleLength() Gets the length of the control cycle in minutes |
| setControlCycleLength( Sets the length of the control cycle in minutes |
| getMinRestartInterval() Gets the minimum length of time between restarts |
| setMinRestartInterval( Sets the minimum length of time between restarts |
| getMinRestartIntervalUnits() Gets the unit value for the minimum restart interval |
| getRestartTimeout() Gets the timeout for restart events in minutes |
| setRestartTimeout( Sets the timeout for restart events |
| getProhibitedRestartTimes() Gets the list of prohibited restart times |
| setProhibitedRestartTimes( Sets the list of prohibited restart times |
| execute( Execute an action plan. |
| isNodeMaintenance( Checks if HMM finds the node in maintenance mode |
| enableServer( Enables a server for restarts |
| disableServer( Disables a server for restarts |
| isServerEnabled( Checks if the server is enabled for restarts |
Operation Detail |
public enable()
public disable()
public isEnabled()
public getActiveControllerLocation()
public getMaxConsecutiveRestarts()
public setMaxConsecutiveRestarts( value
)
value
-
the maximum number of consecutive restarts allowed
public getControlCycleLength()
public setControlCycleLength( value
)
value
-
length of control cycle in minutes
public getMinRestartInterval()
public setMinRestartInterval( value,
units
)
value
-
minimum time between restartsunits
-
units for minimum time between restarts
public getMinRestartIntervalUnits()
public getRestartTimeout()
public setRestartTimeout( value
)
value
-
restart timeout in minutes
public getProhibitedRestartTimes()
public setProhibitedRestartTimes( times
)
times
-
prohibited restart times
public execute( actionPlan,
token,
id
)
actionPlan
-
The action plan to be executed.token
-
The execution token for this action plan.id
-
The global id of the task - the task identifier.
public isNodeMaintenance( nodeName
)
nodeName
-
node name
public enableServer( nodeName,
serverName
)
nodeName
-
node nameserverName
-
node name
public disableServer( nodeName,
serverName
)
nodeName
-
node nameserverName
-
node name
public isServerEnabled( nodeName,
serverName
)
nodeName
-
node nameserverName
-
node name