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()
Returns the overall status of the MQ Link Receiver Channel.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getCurrentStatus()
Returns the current full status of the MQ Link Receiver Channel. Returns a List of SIBMQLinkReceiverCurrentStatus. @see SIBMQLinkReceiverCurrentStatus.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getSavedStatus()
Returns the current full saved status of the MQ Link Receiver Channel. Returns a List of SIBMQLinkReceiverSavedStatus. @see SIBMQLinkReceiverSavedStatus.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void startChannel()
Starts the MQ Link Receiver Channel.
administrator
operator
public void stopChannel(
java.lang.String mode,
java.lang.String status
)
Stops the MQ Link Receiver Channel with the given mode and status.
mode
-
Stop mode (quiesce/force). status
-
Stop status (inactive/stopped).
administrator
operator
public void stopInstance(
java.lang.Long instanceHandle,
java.lang.String mode
)
Stops the given MQ Link Receiver Channel instance with the given mode.
instanceHandle
-
Instance handle (as returned from getCurrentStatus()). mode
-
Stop mode (quiesce/force).
administrator
operator
public java.lang.Boolean isEnabled()
Checks to see if the specified WebSphere MQ Link Receiver Channel is enabled or not.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
An MQLink receiver channel is being started. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.receiver.channel.name, mqlink.name
6
(Normal, Cleared, or Informative)
An MQLink receiver channel is being stopped. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.receiver.channel.name, mqlink.name, stop.reason (which may be stop.reason.administrator.command only)
6
(Normal, Cleared, or Informative)
An MQLink receiver has been started as a result of a request, from a partner sender channel, to establish a session. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.receiver.channel.name, mqlink.name, remote.queue.manager.name
6
(Normal, Cleared, or Informative)
An MQLink receiver channel has been stopped and a session with a partner sender channel has ended. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.receiver.channel.name, mqlink.name, remote.queue.manager.name, stop.reason (which may be communications.failure, requested.by.remote.qm or stop.reason.administrator.command)
6
(Normal, Cleared, or Informative)