WebSphere:*,type=CentralizedInstallMgr
MBean CentralizedInstallMgr
Centralized Install Manager MBean
Operation Summary | |
---|---|
int | getNumberOfActiveWorkerThreads() Gets the current number of active worker threads employed by the Centralized Install Manager. |
int | getNumberOfWorkerThreadsInPrepPhase() Gets the number of worker threads currently in preparation phase. |
int | getMaxActiveWorkerThreads() Gets the maximum number of active worker threads that can be started by the Centralized Install Manager. |
int | getMaxWorkerThreadsInPrepPhase() Gets the maximum number of worker threads in preparation phase. |
void | setMaxActiveWorkerThreads( Sets the maximum number of active worker threads that can be started by the Centralized Install Manager. |
void | setMaxWorkerThreadsInPrepPhase( 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 |
---|
public int getNumberOfActiveWorkerThreads()
Gets the current number of active worker threads employed by the Centralized Install Manager.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public int getNumberOfWorkerThreadsInPrepPhase()
Gets the number of worker threads currently in preparation phase.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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.
value
-
the new threshold value to set to
administrator
operator
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.
value
-
the new threshold value to set to
administrator
operator
Notification Detail |
---|
An installSSHPublicKey request has completed.
5
(Warning)
A remote install request has completed.
5
(Warning)
A remote uninstall request has completed.
5
(Warning)