DeploymentManager MBean

All Parent MBeans:
DiagnosticProvider

Partial ObjectName:
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.SetrestartActiveNodes(java.lang.Boolean syncFirst, java.lang.Boolean restartServers)
           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.SetsyncActiveNodes(java.lang.Boolean synchronous)
           do file sync on all running nodes, the returned list indicates which nodes have executed the file sync successfully
voidmultiSync(java.lang.Boolean synchronous)
           do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager
voidmultiSync(java.util.HashMap parameters)
           do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager
voidstopNodeAgent(java.lang.String nodeName)
           stop the node agent process
voidstopNode(java.lang.String nodeName)
           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

restartActiveNodes

public java.util.Set restartActiveNodes(java.lang.Boolean syncFirst, java.lang.Boolean restartServers)
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
Parameters:
syncFirst - option to do file sync before restarting the node
restartServers - option to restart all running servers while restarting the node
Security Roles:
administrator
operator

syncActiveNodes

public java.util.Set syncActiveNodes(java.lang.Boolean synchronous)
do file sync on all running nodes, the returned list indicates which nodes have executed the file sync successfully
Parameters:
synchronous - option to indicate whether we should wait until the syncs are all done or just send out the sync requests and then return
Security Roles:
administrator
operator

multiSync

public void multiSync(java.lang.Boolean synchronous)
do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager
Parameters:
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
Security Roles:
administrator
operator

multiSync

public void multiSync(java.util.HashMap parameters)
do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager
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.
Security Roles:
administrator
operator

stopNodeAgent

public void stopNodeAgent(java.lang.String nodeName)
stop the node agent process
Parameters:
nodeName - the name of node agent process to be stopped
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

stopNode

public void stopNode(java.lang.String nodeName)
stop the node including both node agent process and app servers
Parameters:
nodeName - the name of node to be stopped
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

Notification Detail

websphere.process.running

A node agent is now running
Severity:
5  (Warning)

websphere.process.failed

A nodeagent is now failed
Severity:
5  (Warning)

websphere.multisync.event

An event from a multiSync call
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2005