WebSphere:*,type=QuiesceManager
MBean 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.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 boolean quiesceServer()
public boolean quiesceServer(int timeout
)
timeout
-
the time in seconds to wait for the sessions to expire and stop the server
public void quiesceServerAsync(int timeout
)
timeout
-
the time in seconds to wait for the sessions to expire and stop the server
public boolean quiesceApplication(java.lang.String applicationName
)
applicationName
-
name of the application to quiesce
public void quiesceApplicationAsync(java.lang.String applicationName
)
applicationName
-
name of the application to quiesce
public void quiesceApplicationAsync(java.lang.String applicationName,
int timeout
)
applicationName
-
name of the application to quiescetimeout
-
the time in seconds to wait for the sessions to expire and stop the server
public boolean quiesceInFlightRequests()
public void quiesceInFlightRequestsAsync()
public boolean enableAffinityOnlyMode(java.lang.String applicationName
)
applicationName
-
name of the applicationNotification Detail |