WebSphere:*,type=
MBean
MBean interface to execute Quiesce
Operation Summary | |
| quiesceServer() perform quiesce on a server with the default time out |
| quiesceServer( perform quiesce on a server with the specified time out |
| quiesceServerAsync( perform quiesce on a server with the specified time out in asynchronous mode |
| quiesceApplication( perform quiesce on a specified application in a server |
| quiesceApplicationAsync( perform quiesce on a specified application in a server in asynchronous mode |
| quiesceApplicationAsync( perform quiesce on a specified application with a specified timeout in asynchronous mode |
| quiesceInFlightRequests() perform quiesce on in-flight requests |
| quiesceInFlightRequestsAsync() perform quiesce on in-flight requests in asynchronous mode |
| enableAffinityOnlyMode( Enable affinityOnlyMode. |
Notification Summary | |
websphere.quiesce.server.complete A quiesce server operation is complete. | |
websphere.quiesce.server.initiated A quiesce server operation is initiated. | |
websphere.quiesce.application.complete A quiesce application operation is complete. | |
websphere.quiesce.application.initiated A quiesce application operation is initiated. | |
websphere.quiesce.inflight.requests.initiated A inflight requests operation is initiated. | |
websphere.quiesce.inflight.requests.completed A inflight requests operation is completed. |
Operation Detail |
public quiesceServer()
public quiesceServer( timeout
)
timeout
-
the time in seconds to wait for the sessions to expire and stop the server
public quiesceServerAsync( timeout
)
timeout
-
the time in seconds to wait for the sessions to expire and stop the server
public quiesceApplication( applicationName
)
applicationName
-
name of the application to quiesce
public quiesceApplicationAsync( applicationName
)
applicationName
-
name of the application to quiesce
public quiesceApplicationAsync( applicationName,
timeout
)
applicationName
-
name of the application to quiescetimeout
-
the time in seconds to wait for the sessions to expire and stop the server
public quiesceInFlightRequests()
public quiesceInFlightRequestsAsync()
public enableAffinityOnlyMode( applicationName
)
applicationName
-
name of the applicationNotification Detail |