WebSphere:*,type=SIBMQLinkSenderChannel
MBean SIBMQLinkSenderChannel
Management interface for the SIB MQ Link Sender Channel component
Operation Summary | |
java.lang.String | getOverallStatus() Returns the overall status of the MQ Link Sender Channel. |
com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatus | getCurrentStatus() Returns the current full status of the MQ Link Sender Channel. |
java.lang.Boolean | testConnection() Tests the connection of the MQ Link Sender Channel. |
java.util.List | getSavedStatus() Returns the current full saved status of the MQ Link Sender Channel. |
void | startChannel() Starts the MQ Link Sender Channel. |
void | stopChannel( Stops the MQ Link Sender Channel with the given mode and status. |
void | reset() Resets the MQ Link Sender Channel. |
void | commit() Commits the indoubt MQ Link Sender Channel. |
void | rollback() Rollsback the indoubt MQ Link Sender Channel. |
java.lang.Boolean | isEnabled() Checks to see if the specified WebSphere MQ Link Sender Channel is enabled or not. |
Notification Summary | |
SIB.mqlink.sender.start An MQLink sender channel is being started. | |
SIB.mqlink.sender.stop An MQLink sender channel is being stopped. | |
SIB.mqlink.sender.session.start An MQLink sender has been started and a session has been established with a partner receiver channel. | |
SIB.mqlink.sender.session.stop An MQLink sender has been stopped and a session with a partner receiver channel has ended. |
Operation Detail |
public java.lang.String getOverallStatus()
public com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatus getCurrentStatus()
public java.lang.Boolean testConnection()
public java.util.List getSavedStatus()
public void startChannel()
public void stopChannel(java.lang.String mode,
java.lang.String status
)
mode
-
Stop mode (quiesce/force).status
-
Stop status (inactive/stopped).
public void reset()
public void commit()
public void rollback()
public java.lang.Boolean isEnabled()
Notification Detail |