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 |
boolean | quiesceApplication( perform quiesce on a specified application in a server |
boolean | quiesceInFlightRequests() perform quiesce on in-flight requests |
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 boolean quiesceApplication(java.lang.String applicationName
)
applicationName
-
name of the application to quiesce
public boolean quiesceInFlightRequests()