WebSphere:*,type=SIBMQLink
MBean SIBMQLink
Management interface for the SIB MQ Link component
Operation Summary | |
java.lang.String | getOverallStatus() Returns the overall status of the MQ Link. |
void | startLink() Starts the MQ Link. |
void | stopLink( Stops the MQ Link with the given mode and status. |
java.lang.Long | getTotalLinkMessagesReceived() Returns the total number of messages received by the MQ Link. |
java.lang.Boolean | isEnabled() Checks to see if the specified WebSphere MQ Link is enabled or not. |
Notification Summary | |
SIB.mqlink.start An MQLink is being started. | |
SIB.mqlink.stop An MQLink is being stopped. | |
SIB.mqlink.depth.threshold.reached The number of messages stored at an MQLink has made a depth change that causes messages to either start flowing or stop flowing into it. |
Operation Detail |
public java.lang.String getOverallStatus()
public void startLink()
public void stopLink(java.lang.String mode,
java.lang.String status
)
mode
-
Stop mode (quiesce/force).status
-
Stop status (inactive/stopped).
public java.lang.Long getTotalLinkMessagesReceived()
public java.lang.Boolean isEnabled()
Notification Detail |