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
voidquiesceServerAsync(int timeout)
           perform quiesce on a server with the specified time out in asynchronous mode
booleanquiesceApplication(java.lang.String applicationName)
           perform quiesce on a specified application in a server
voidquiesceApplicationAsync(java.lang.String applicationName)
           perform quiesce on a specified application in a server in asynchronous mode
voidquiesceApplicationAsync(java.lang.String applicationName, int timeout)
           perform quiesce on a specified application with a specified timeout in asynchronous mode
booleanquiesceInFlightRequests()
           perform quiesce on in-flight requests
voidquiesceInFlightRequestsAsync()
           perform quiesce on in-flight requests in asynchronous mode
booleanenableAffinityOnlyMode(java.lang.String 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 boolean quiesceServer()

     perform quiesce on a server with the default time out

Security Roles:

     administrator
     operator


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

Security Roles:

     administrator
     operator


quiesceServerAsync

public void quiesceServerAsync(int 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

Security Roles:

     administrator
     operator


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

Security Roles:

     administrator
     operator


quiesceApplicationAsync

public void quiesceApplicationAsync(java.lang.String applicationName)

     perform quiesce on a specified application in a server in asynchronous mode

Parameters:

     applicationName - name of the application to quiesce

Security Roles:

     administrator
     operator


quiesceApplicationAsync

public void quiesceApplicationAsync(java.lang.String applicationName, int 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

Security Roles:

     administrator
     operator


quiesceInFlightRequests

public boolean quiesceInFlightRequests()

     perform quiesce on in-flight requests

Security Roles:

     administrator
     operator


quiesceInFlightRequestsAsync

public void quiesceInFlightRequestsAsync()

     perform quiesce on in-flight requests in asynchronous mode

Security Roles:

     administrator
     operator


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

Security Roles:

     administrator
     operator


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-2005