SIBMQLinkReceiverChannel MBean

Partial ObjectName:
WebSphere:*,type=SIBMQLinkReceiverChannel


MBean SIBMQLinkReceiverChannel

Management interface for the SIB MQ Link Receiver Channel component


Operation Summary

java.lang.StringgetOverallStatus()
           Returns the overall status of the MQ Link Receiver Channel.
java.util.ListgetCurrentStatus()
           Returns the current full status of the MQ Link Receiver Channel.
java.util.ListgetSavedStatus()
           Returns the current full saved status of the MQ Link Receiver Channel.
voidstartChannel()
           Starts the MQ Link Receiver Channel.
voidstopChannel(java.lang.String mode, java.lang.String status)
           Stops the MQ Link Receiver Channel with the given mode and status.
voidstopInstance(java.lang.Long instanceHandle, java.lang.String mode)
           Stops the given MQ Link Receiver Channel instance with the given mode.
java.lang.BooleanisEnabled()
           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

getOverallStatus

public java.lang.String getOverallStatus()

     Returns the overall status of the MQ Link Receiver Channel.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getCurrentStatus

public java.util.List getCurrentStatus()

     Returns the current full status of the MQ Link Receiver Channel. Returns a List of SIBMQLinkReceiverCurrentStatus. @see SIBMQLinkReceiverCurrentStatus.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getSavedStatus

public java.util.List getSavedStatus()

     Returns the current full saved status of the MQ Link Receiver Channel. Returns a List of SIBMQLinkReceiverSavedStatus. @see SIBMQLinkReceiverSavedStatus.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


startChannel

public void startChannel()

     Starts the MQ Link Receiver Channel.

Security Roles:

     administrator
     operator


stopChannel

public void stopChannel(java.lang.String mode, java.lang.String status)

     Stops the MQ Link Receiver Channel with the given mode and status.

Parameters:

     mode - Stop mode (quiesce/force).
     status - Stop status (inactive/stopped).

Security Roles:

     administrator
     operator


stopInstance

public void stopInstance(java.lang.Long instanceHandle, java.lang.String mode)

     Stops the given MQ Link Receiver Channel instance with the given mode.

Parameters:

     instanceHandle - Instance handle (as returned from getCurrentStatus()).
     mode - Stop mode (quiesce/force).

Security Roles:

     administrator
     operator


isEnabled

public java.lang.Boolean isEnabled()

     Checks to see if the specified WebSphere MQ Link Receiver Channel is enabled or not.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Notification Detail

SIB.mqlink.receiver.start

     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

Severity:

6  (Normal, Cleared, or Informative)


SIB.mqlink.receiver.stop

     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)

Severity:

6  (Normal, Cleared, or Informative)


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. 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

Severity:

6  (Normal, Cleared, or Informative)


SIB.mqlink.receiver.session.stop

     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)

Severity:

6  (Normal, Cleared, or Informative)


Copyright IBM Corporation 2002, 2012