QuiesceManager MBean

Partial ObjectName:
WebSphere:*,type=QuiesceManager


MBean QuiesceManager

MBean interface to execute Quiesce


Operation Summary
booleanquiesceServer()
           perform quiesce on a server with the default time out
booleanquiesceServer(int timeout)
           perform quiesce on a server with the specified time out
booleanquiesceApplication(java.lang.String applicationName)
           perform quiesce on a specified application in a server
booleanquiesceInFlightRequests()
           perform quiesce on in-flight requests

Operation Detail

quiesceServer

public boolean quiesceServer()
perform quiesce on a server with the default time out

quiesceServer

public boolean quiesceServer(int timeout)
perform quiesce on a server with the specified time out
Parameters:
timeout - the time in seconds to wait for the sessions to expire and stop the server

quiesceApplication

public boolean quiesceApplication(java.lang.String applicationName)
perform quiesce on a specified application in a server
Parameters:
applicationName - name of the application to quiesce

quiesceInFlightRequests

public boolean quiesceInFlightRequests()
perform quiesce on in-flight requests

Copyright IBM Corp. 1996 - 2005