SIBMQLinkSenderChannel MBean

Partial ObjectName:
WebSphere:*,type=SIBMQLinkSenderChannel


MBean SIBMQLinkSenderChannel

Management interface for the SIB MQ Link Sender Channel component


Operation Summary
java.lang.StringgetOverallStatus()
           Returns the overall status of the MQ Link Sender Channel.
com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatusgetCurrentStatus()
           Returns the current full status of the MQ Link Sender Channel.
java.lang.BooleantestConnection()
           Tests the connection of the MQ Link Sender Channel.
java.util.ListgetSavedStatus()
           Returns the current full saved status of the MQ Link Sender Channel.
voidstartChannel()
           Starts the MQ Link Sender Channel.
voidstopChannel(java.lang.String mode, java.lang.String status)
           Stops the MQ Link Sender Channel with the given mode and status.
voidreset()
           Resets the MQ Link Sender Channel.
voidcommit()
           Commits the indoubt MQ Link Sender Channel.
voidrollback()
           Rollsback the indoubt MQ Link Sender Channel.
java.lang.BooleanisEnabled()
           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

getOverallStatus

public java.lang.String getOverallStatus()
Returns the overall status of the MQ Link Sender Channel.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getCurrentStatus

public com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatus getCurrentStatus()
Returns the current full status of the MQ Link Sender Channel. Returns a SIBMQLinkSenderCurrentStatus. @see SIBMQLinkSenderCurrentStatus.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

testConnection

public java.lang.Boolean testConnection()
Tests the connection of the MQ Link Sender Channel.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getSavedStatus

public java.util.List getSavedStatus()
Returns the current full saved status of the MQ Link Sender Channel. Returns a List of SIBMQLinkSenderSavedStatus. @see SIBMQLinkSenderSavedStatus.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

startChannel

public void startChannel()
Starts the MQ Link Sender Channel.
Security Roles:
administrator
operator

stopChannel

public void stopChannel(java.lang.String mode, java.lang.String status)
Stops the MQ Link Sender Channel with the given mode and status.
Parameters:
mode - Stop mode (quiesce/force).
status - Stop status (inactive/stopped).
Security Roles:
administrator
operator

reset

public void reset()
Resets the MQ Link Sender Channel.
Security Roles:
administrator
operator

commit

public void commit()
Commits the indoubt MQ Link Sender Channel.
Security Roles:
administrator
operator

rollback

public void rollback()
Rollsback the indoubt MQ Link Sender Channel.
Security Roles:
administrator
operator

isEnabled

public java.lang.Boolean isEnabled()
Checks to see if the specified WebSphere MQ Link Sender Channel is enabled or not.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Notification Detail

SIB.mqlink.sender.start

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
Severity:
6  (Normal, Cleared, or Informative)

SIB.mqlink.sender.stop

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)
Severity:
6  (Normal, Cleared, or Informative)

SIB.mqlink.sender.session.start

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
Severity:
6  (Normal, Cleared, or Informative)

SIB.mqlink.sender.session.stop

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)
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2005