MBean

Partial ObjectName:
WebSphere:*,type=


MBean

Centralized Install Manager MBean


Operation Summary
getNumberOfActiveWorkerThreads()
           Gets the current number of active worker threads employed by the Centralized Install Manager.
getNumberOfWorkerThreadsInPrepPhase()
           Gets the number of worker threads currently in preparation phase.
getMaxActiveWorkerThreads()
           Gets the maximum number of active worker threads that can be started by the Centralized Install Manager.
getMaxWorkerThreadsInPrepPhase()
           Gets the maximum number of worker threads in preparation phase.
setMaxActiveWorkerThreads( value)
           Sets the maximum number of active worker threads that can be started by the Centralized Install Manager.
setMaxWorkerThreadsInPrepPhase( 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  getNumberOfActiveWorkerThreads()
Gets the current number of active worker threads employed by the Centralized Install Manager.

getNumberOfWorkerThreadsInPrepPhase

public  getNumberOfWorkerThreadsInPrepPhase()
Gets the number of worker threads currently in preparation phase.

getMaxActiveWorkerThreads

public  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.

getMaxWorkerThreadsInPrepPhase

public  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.

setMaxActiveWorkerThreads

public  setMaxActiveWorkerThreads( 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

setMaxWorkerThreadsInPrepPhase

public  setMaxWorkerThreadsInPrepPhase( 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

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 Corp. 1996 - 2007