WebSphere:*,type=SIBMQLinkReceiverChannel
MBean SIBMQLinkReceiverChannel
Management interface for the SIB MQ Link Receiver Channel component
Operation Summary | |
java.lang.String | getOverallStatus() Returns the overall status of the MQ Link Receiver Channel. |
java.util.List | getCurrentStatus() Returns the current full status of the MQ Link Receiver Channel. |
java.util.List | getSavedStatus() Returns the current full saved status of the MQ Link Receiver Channel. |
void | startChannel() Starts the MQ Link Receiver Channel. |
void | stopChannel( Stops the MQ Link Receiver Channel with the given mode and status. |
void | stopInstance( Stops the given MQ Link Receiver Channel instance with the given mode. |
java.lang.Boolean | isEnabled() Checks to see if the specified WebSphere MQ Link Receiver Channel is enabled or not. |
Notification Summary | |
SIB.mqlink.receiver.start An MQLink receiver channel is being started. | |
SIB.mqlink.receiver.stop An MQLink receiver channel is being stopped. | |
SIB.mqlink.receiver.session.start An MQLink receiver has been started as a result of a request, from a partner sender channel, to establish a session. | |
SIB.mqlink.receiver.session.stop An MQLink receiver channel has been stopped and a session with a partner sender channel has ended. |
Operation Detail |
public java.lang.String getOverallStatus()
public java.util.List getCurrentStatus()
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 stopInstance(java.lang.Long instanceHandle,
java.lang.String mode
)
instanceHandle
-
Instance handle (as returned from getCurrentStatus()).mode
-
Stop mode (quiesce/force).
public java.lang.Boolean isEnabled()
Notification Detail |