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. |
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()
Returns the overall status of the MQ Link Sender Channel.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SIBMQLinkSenderCurrentStatus getCurrentStatus()
Returns the current full status of the MQ Link Sender Channel. Returns a SIBMQLinkSenderCurrentStatus. @see SIBMQLinkSenderCurrentStatus.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean testConnection()
Tests the connection of the MQ Link Sender Channel.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getSavedStatus()
Returns the current full saved status of the MQ Link Sender Channel. Returns a List of SIBMQLinkSenderSavedStatus. @see SIBMQLinkSenderSavedStatus.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void startChannel()
Starts the MQ Link Sender Channel.
administrator
operator
public void stopChannel(
java.lang.String mode,
java.lang.String status
)
Stops the MQ Link Sender Channel with the given mode and status.
mode
-
Stop mode (quiesce/force). status
-
Stop status (inactive/stopped).
administrator
operator
public void reset()
Resets the MQ Link Sender Channel.
administrator
operator
public void commit()
Commits the indoubt MQ Link Sender Channel.
administrator
operator
public void rollback()
Rollsback the indoubt MQ Link Sender Channel.
administrator
operator
public java.lang.Boolean isEnabled()
Checks to see if the specified WebSphere MQ Link Sender Channel is enabled or not.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
An MQLink sender 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.sender.name, mqlink.name
6
(Normal, Cleared, or Informative)
An MQLink sender 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.sender.name, mqlink.name, stop.reason (which may be stop.reason.administrator.command only)
6
(Normal, Cleared, or Informative)
An MQLink sender has been started and a session has been established with a partner receiver channel. 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.sender.name, mqlink.name, remote.queue.manager.name
6
(Normal, Cleared, or Informative)
An MQLink sender has been stopped and a session with a partner receiver 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.sender.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)