WebSphere:*,type=DeploymentManager
MBean DeploymentManager
Management interface for the central deployment manager function for the cell.
Attributes inherited from MBean DiagnosticProvider |
diagnosticProviderName |
Operation Summary | |
java.util.Set | restartActiveNodes( restart all running nodes with options to do file sync and/or recycle local app servers, the returned list indicates which nodes have been successfully restarted |
java.util.Set | syncActiveNodes( do file sync on all running nodes, the returned list indicates which nodes have executed the file sync successfully |
void | multiSync( do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager |
void | multiSync( do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager |
void | stopNodeAgent( stop the node agent process |
void | stopNode( stop the node including both node agent process and app servers |
Operations inherited from MBean DiagnosticProvider |
getDiagnosticProviderId , getRegisteredDiagnostics , configDump , stateDump , selfDiagnostic , localize |
Notification Summary | |
websphere.process.running A node agent is now running | |
websphere.process.failed A nodeagent is now failed | |
websphere.multisync.event An event from a multiSync call |
Operation Detail |
public java.util.Set restartActiveNodes(java.lang.Boolean syncFirst,
java.lang.Boolean restartServers
)
syncFirst
-
option to do file sync before restarting the noderestartServers
-
option to restart all running servers while restarting the node
public java.util.Set syncActiveNodes(java.lang.Boolean synchronous
)
synchronous
-
option to indicate whether we should wait until the syncs are all done or just send out the sync requests and then return
public void multiSync(java.lang.Boolean synchronous
)
synchronous
-
option to indicate whether we should wait until the syncs are all done or just send out the sync requests, events will be sent eitherway
public void multiSync(java.util.HashMap parameters
)
parameters
-
HashMap of the parameters, which one must be the Boolean synchronous parm. Optional locale parm is also accepted. keys are: synchronous and locale.
public void stopNodeAgent(java.lang.String nodeName
)
nodeName
-
the name of node agent process to be stopped
public void stopNode(java.lang.String nodeName
)
nodeName
-
the name of node to be stoppedNotification Detail |