StoreAndForwardManager MBean

Partial ObjectName:
WebSphere:*,type=StoreAndForwardManager


MBean StoreAndForwardManager


Operation Summary
voidsystemAvailable(java.lang.String moduleName, java.lang.String storeConfigurationName)
           Change the state of the control point to forward the stored events.
voidsystemUnavailable(java.lang.String moduleName, java.lang.String storeConfigurationName)
           Change the state of the control point to store the events.

Operation Detail

systemAvailable

public void systemAvailable(java.lang.String moduleName, java.lang.String storeConfigurationName)
Change the state of the control point to forward the stored events.
Parameters:
moduleName - destination module name
storeConfigurationName - Store configuration name
Security Roles:
administrator
operator

systemUnavailable

public void systemUnavailable(java.lang.String moduleName, java.lang.String storeConfigurationName)
Change the state of the control point to store the events.
Parameters:
moduleName - destination module name
storeConfigurationName - Store configuration name
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005