MBean

Partial ObjectName:
WebSphere:*,type=


MBean

MBean interface to execute Quiesce


Operation Summary
quiesceServer()
           perform quiesce on a server with the default time out
quiesceServer( timeout)
           perform quiesce on a server with the specified time out
quiesceServerAsync( timeout)
           perform quiesce on a server with the specified time out in asynchronous mode
quiesceApplication( applicationName)
           perform quiesce on a specified application in a server
quiesceApplicationAsync( applicationName)
           perform quiesce on a specified application in a server in asynchronous mode
quiesceApplicationAsync( applicationName,  timeout)
           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( applicationName)
           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

quiesceServer

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

quiesceServer

public  quiesceServer( 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

quiesceServerAsync

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

quiesceApplication

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

quiesceApplicationAsync

public  quiesceApplicationAsync( applicationName)
perform quiesce on a specified application in a server in asynchronous mode
Parameters:
applicationName - name of the application to quiesce

quiesceApplicationAsync

public  quiesceApplicationAsync( applicationName,  timeout)
perform quiesce on a specified application with a specified timeout in asynchronous mode
Parameters:
applicationName - name of the application to quiesce
timeout - the time in seconds to wait for the sessions to expire and stop the server

quiesceInFlightRequests

public  quiesceInFlightRequests()
perform quiesce on in-flight requests

quiesceInFlightRequestsAsync

public  quiesceInFlightRequestsAsync()
perform quiesce on in-flight requests in asynchronous mode

enableAffinityOnlyMode

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

Notification Detail

websphere.quiesce.server.complete

A quiesce server operation is complete.
Severity:
5  (Warning)

websphere.quiesce.server.initiated

A quiesce server operation is initiated.
Severity:
5  (Warning)

websphere.quiesce.application.complete

A quiesce application operation is complete.
Severity:
5  (Warning)

websphere.quiesce.application.initiated

A quiesce application operation is initiated.
Severity:
5  (Warning)

websphere.quiesce.inflight.requests.initiated

A inflight requests operation is initiated.
Severity:
5  (Warning)

websphere.quiesce.inflight.requests.completed

A inflight requests operation is completed.
Severity:
5  (Warning)

Copyright IBM Corp. 1996 - 2007