CentralizedInstallMgr MBean

Partial ObjectName:
WebSphere:*,type=CentralizedInstallMgr


MBean CentralizedInstallMgr

Centralized Install Manager MBean


Operation Summary

intgetNumberOfActiveWorkerThreads()
           Gets the current number of active worker threads employed by the Centralized Install Manager.
intgetNumberOfWorkerThreadsInPrepPhase()
           Gets the number of worker threads currently in preparation phase.
intgetMaxActiveWorkerThreads()
           Gets the maximum number of active worker threads that can be started by the Centralized Install Manager.
intgetMaxWorkerThreadsInPrepPhase()
           Gets the maximum number of worker threads in preparation phase.
voidsetMaxActiveWorkerThreads(int value)
           Sets the maximum number of active worker threads that can be started by the Centralized Install Manager.
voidsetMaxWorkerThreadsInPrepPhase(int value)
           Sets the maximum number of worker threads in preparation phase.

Notification Summary

websphere.cimgr.install.public.key.completed
           An installSSHPublicKey request has completed.
websphere.cimgr.install.completed
           A remote install request has completed.
websphere.cimgr.uninstall.completed
           A remote uninstall request has completed.

Operation Detail

getNumberOfActiveWorkerThreads

public int getNumberOfActiveWorkerThreads()

     Gets the current number of active worker threads employed by the Centralized Install Manager.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getNumberOfWorkerThreadsInPrepPhase

public int getNumberOfWorkerThreadsInPrepPhase()

     Gets the number of worker threads currently in preparation phase.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getMaxActiveWorkerThreads

public int getMaxActiveWorkerThreads()

     Gets the maximum number of active worker threads that can be started by the Centralized Install Manager. This threshold may be exceeded slightly during recovery operation.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getMaxWorkerThreadsInPrepPhase

public int getMaxWorkerThreadsInPrepPhase()

     Gets the maximum number of worker threads in preparation phase. This number should be smaller than the maximum number of active worker threads. This threshold may be exceeded slightly during recovery operation.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


setMaxActiveWorkerThreads

public void setMaxActiveWorkerThreads(int value)

     Sets the maximum number of active worker threads that can be started by the Centralized Install Manager. This threshold cannot be set smaller than the maximum number of worker threads in preparation phase.

Parameters:

     value - the new threshold value to set to

Security Roles:

     administrator
     operator


setMaxWorkerThreadsInPrepPhase

public void setMaxWorkerThreadsInPrepPhase(int value)

     Sets the maximum number of worker threads in preparation phase. This threshold cannot be set greater than the maximum number of active worker threads.

Parameters:

     value - the new threshold value to set to

Security Roles:

     administrator
     operator


Notification Detail

websphere.cimgr.install.public.key.completed

     An installSSHPublicKey request has completed.

Severity:

5  (Warning)


websphere.cimgr.install.completed

     A remote install request has completed.

Severity:

5  (Warning)


websphere.cimgr.uninstall.completed

     A remote uninstall request has completed.

Severity:

5  (Warning)


Copyright IBM Corporation 2002, 2012