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()
public int getNumberOfWorkerThreadsInPrepPhase()
public int getMaxActiveWorkerThreads()
public int getMaxWorkerThreadsInPrepPhase()
public void setMaxActiveWorkerThreads(int value
)
value
-
the new threshold value to set to
public void setMaxWorkerThreadsInPrepPhase(int value
)
value
-
the new threshold value to set toNotification Detail |