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
booleanenableAffinityOnlyMode(java.lang.String applicationName)
           Enable affinityOnlyMode.

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

enableAffinityOnlyMode

public boolean enableAffinityOnlyMode(java.lang.String applicationName)
Enable affinityOnlyMode. When enabled, only requests with affinity are routed to this application on this server.
Parameters:
applicationName - name of the application

Copyright IBM Corp. 1996 - 2007