WebSphere:*,type=QuiesceManagerMBean QuiesceManager
MBean interface to execute Quiesce
Operation Summary | |
|---|---|
boolean | quiesceServer()perform quiesce on a server with the default time out |
boolean | quiesceServer(perform quiesce on a server with the specified time out |
void | quiesceServerAsync(perform quiesce on a server with the specified time out in asynchronous mode |
boolean | quiesceApplication(perform quiesce on a specified application in a server |
void | quiesceApplicationAsync(perform quiesce on a specified application in a server in asynchronous mode |
void | quiesceApplicationAsync(perform quiesce on a specified application with a specified timeout in asynchronous mode |
boolean | quiesceInFlightRequests()perform quiesce on in-flight requests |
void | quiesceInFlightRequestsAsync()perform quiesce on in-flight requests in asynchronous mode |
boolean | enableAffinityOnlyMode(Enable affinityOnlyMode. |
Notification Summary | |
|---|---|
websphere.quiesce.server.completeA quiesce server operation is complete. | |
websphere.quiesce.server.initiatedA quiesce server operation is initiated. | |
websphere.quiesce.application.completeA quiesce application operation is complete. | |
websphere.quiesce.application.initiatedA quiesce application operation is initiated. | |
websphere.quiesce.inflight.requests.initiatedA inflight requests operation is initiated. | |
websphere.quiesce.inflight.requests.completedA inflight requests operation is completed. | |
Operation Detail |
|---|
public boolean quiesceServer()
perform quiesce on a server with the default time out administrator
operator
public boolean quiesceServer(int timeout)
perform quiesce on a server with the specified time out timeout -
the time in seconds to wait for the sessions to expire and stop the server
administrator
operator
public void quiesceServerAsync(int timeout)
perform quiesce on a server with the specified time out in asynchronous mode timeout -
the time in seconds to wait for the sessions to expire and stop the server
administrator
operator
public boolean quiesceApplication(java.lang.String applicationName)
perform quiesce on a specified application in a server applicationName -
name of the application to quiesce
administrator
operator
public void quiesceApplicationAsync(java.lang.String applicationName)
perform quiesce on a specified application in a server in asynchronous mode applicationName -
name of the application to quiesce
administrator
operator
public void quiesceApplicationAsync(java.lang.String applicationName, int timeout)
perform quiesce on a specified application with a specified timeout in asynchronous mode applicationName -
name of the application to quiesce timeout -
the time in seconds to wait for the sessions to expire and stop the server
administrator
operator
public boolean quiesceInFlightRequests()
perform quiesce on in-flight requests administrator
operator
public void quiesceInFlightRequestsAsync()
perform quiesce on in-flight requests in asynchronous mode administrator
operator
public boolean enableAffinityOnlyMode(java.lang.String applicationName)
Enable affinityOnlyMode. When enabled, only requests with affinity are routed to this application on this server. applicationName -
name of the application
administrator
operator
Notification Detail |
|---|
A quiesce server operation is complete.
5
(Warning)
A quiesce server operation is initiated.
5
(Warning)
A quiesce application operation is complete.
5
(Warning)
A quiesce application operation is initiated.
5
(Warning)
A inflight requests operation is initiated.
5
(Warning)
A inflight requests operation is completed.
5
(Warning)