com.ibm.websphere.sib.management

Class SibNotificationConstants

  • java.lang.Object
    • com.ibm.websphere.sib.management.SibNotificationConstants


  • public class SibNotificationConstants
    extends java.lang.Object
    Constants for applications which listen to notifications emitted from Websphere Embedded Messaging MBeans.

    For any particular notification (e.g. TYPE_SIB_MESSAGING_ENGINE_START, which is "SIB.messaging.engine.start"), there may be a set of specific properties that will be emitted together with the common properties

    The common properties comprise the following and are issued by all SIB Notifications.

    • KEY_THIS_BUS_NAME
    • KEY_THIS_BUS_UUID
    • KEY_THIS_MESSAGING_ENGINE_NAME
    • KEY_THIS_MESSAGING_ENGINE_UUID
    • Field Detail

      • KEY_THIS_BUS_NAME

        public static final java.lang.String KEY_THIS_BUS_NAME

        "this.bus.name".

        The value of this property is the name of the bus generating the Notification.

        See Also:
        Constant Field Values
      • KEY_THIS_BUS_UUID

        public static final java.lang.String KEY_THIS_BUS_UUID

        "this.bus.uuid".

        The value of this property is the Uuid of the bus generating the Notification.

        See Also:
        Constant Field Values
      • KEY_THIS_MESSAGING_ENGINE_NAME

        public static final java.lang.String KEY_THIS_MESSAGING_ENGINE_NAME

        "this.messaging.engine.name".

        The value of this property is the name of the messaging engine generating the Notification.

        See Also:
        Constant Field Values
      • KEY_THIS_MESSAGING_ENGINE_UUID

        public static final java.lang.String KEY_THIS_MESSAGING_ENGINE_UUID

        "this.messaging.engine.uuid".

        The value of this property is the Uuid of the messaging engine generating the Notification.

        See Also:
        Constant Field Values
      • KEY_REMOTE_MESSAGING_ENGINE_NAME

        public static final java.lang.String KEY_REMOTE_MESSAGING_ENGINE_NAME

        "remote.messaging.engine.name".

        The value of this property is the name of a remote messaging engine.

        See Also:
        Constant Field Values
      • KEY_REMOTE_MESSAGING_ENGINE_UUID

        public static final java.lang.String KEY_REMOTE_MESSAGING_ENGINE_UUID

        "remote.messaging.engine.UUID".

        The value of this property is the UUID of a remote messaging engine.

        See Also:
        Constant Field Values
      • KEY_REMOTE_QUEUE_MANAGER_NAME

        public static final java.lang.String KEY_REMOTE_QUEUE_MANAGER_NAME

        "remote.queue.manager.name".

        The value of this property is the name of the Queue Manager at the other end of the communications link.

        See Also:
        Constant Field Values
      • KEY_MQLINK_SENDER_NAME

        public static final java.lang.String KEY_MQLINK_SENDER_NAME

        "mqlink.sender.name".

        The value of this property is the name of the MQ link sender channel.

        See Also:
        Constant Field Values
      • KEY_MQLINK_RECEIVER_NAME

        public static final java.lang.String KEY_MQLINK_RECEIVER_NAME

        "mqlink.receiver.channel.name".

        The value of this property is the name of the MQ link receiver channel.

        See Also:
        Constant Field Values
      • KEY_STOP_REASON

        public static final java.lang.String KEY_STOP_REASON

        "stop.reason".

        The value of this property is the reason code for the stop action.

        See Also:
        Constant Field Values
      • STOP_REASON_COMMUNICATIONS_TERMINATED

        public static final java.lang.String STOP_REASON_COMMUNICATIONS_TERMINATED

        "communications.terminated".

        A reason code for a communications stop notification.

        See Also:
        Constant Field Values
      • STOP_REASON_LOCAL_ME_SHUTDOWN

        public static final java.lang.String STOP_REASON_LOCAL_ME_SHUTDOWN

        "local.me.shutdown".

        A reason code for a communications stop notification.

        See Also:
        Constant Field Values
      • STOP_REASON_REQUESTED_BY_REMOTE_QM

        public static final java.lang.String STOP_REASON_REQUESTED_BY_REMOTE_QM

        "requested.by.remote.qm".

        A reason code for a MQLink stop notification.

        See Also:
        Constant Field Values
      • KEY_FOREIGN_BUS_NAME

        public static final java.lang.String KEY_FOREIGN_BUS_NAME

        "foreign.bus.name".

        The value of this property is the name of a foreign bus.

        See Also:
        Constant Field Values
      • TYPE_SIB_MESSAGING_ENGINE_START

        public static final java.lang.String TYPE_SIB_MESSAGING_ENGINE_START

        "SIB.messaging.engine.start".

        This Notification type is used when the Messaging Engine is starting and is associated with the SIBMain and MessagingEngine MBeans.

        In addition to the common properties, TYPE_SIB_MESSAGING_ENGINE_START has the following specific property.

        • KEY_START_TYPE.
        See Also:
        KEY_START_TYPE, Constant Field Values
      • TYPE_SIB_MESSAGING_ENGINE_STOP

        public static final java.lang.String TYPE_SIB_MESSAGING_ENGINE_STOP

        "SIB.messaging.engine.stop".

        This Notification type is used when the Messaging Engine is stopped and is associated with the SIBMain and MessagingEngine MBeans.

        In addition to the common properties, TYPE_SIB_MESSAGING_ENGINE_STOP has the following specific property.

        • KEY_STOP_REASON.
        See Also:
        KEY_STOP_REASON, Constant Field Values
      • STOP_REASON_ADMINISTRATOR_IMMEDIATE

        public static final java.lang.String STOP_REASON_ADMINISTRATOR_IMMEDIATE

        "stop.reason.administrator.immediate".

        A stop reason for a Messaging Engine stop notification.

        See Also:
        Constant Field Values
      • STOP_REASON_ADMINISTRATOR_FORCE

        public static final java.lang.String STOP_REASON_ADMINISTRATOR_FORCE

        "stop.reason.administrator.force".

        A stop reason for a Messaging Engine stop notification.

        See Also:
        Constant Field Values
      • TYPE_SIB_SECURITY_NOT_AUTHENTICATED

        public static final java.lang.String TYPE_SIB_SECURITY_NOT_AUTHENTICATED

        "SIB.security.not.authenticated".

        This Notification type is used when the Messaging Engine cannot authenticate a user. It is associated with the MessagingEngine MBean.

        In addition to the common properties, TYPE_SIB_SECURITY_NOT_AUTHENTICATED has the following specific properties.

        • KEY_OPERATION.
        • KEY_SECURITY_USERID.
        • KEY_SECURITY_REASON.
        See Also:
        KEY_OPERATION, KEY_SECURITY_USERID, KEY_SECURITY_REASON, Constant Field Values
      • KEY_OPERATION

        public static final java.lang.String KEY_OPERATION

        "operation".

        The value of this property is a type of operation.

        See Also:
        Constant Field Values
      • OPERATION_CONNECT

        public static final java.lang.String OPERATION_CONNECT

        "operation.connect".

        A type of operation for a security notification.

        See Also:
        Constant Field Values
      • KEY_SECURITY_USERID

        public static final java.lang.String KEY_SECURITY_USERID

        "security.userid".

        The value of this property is the user identifier attempting the connection..

        See Also:
        Constant Field Values
      • SECURITY_REASON_NOT_AUTHENTICATED

        public static final java.lang.String SECURITY_REASON_NOT_AUTHENTICATED

        "security.reason.not.authenticated".

        A security reason for a TYPE_SIB_SECURITY_NOT_AUTHENTICATED notification.

        See Also:
        TYPE_SIB_SECURITY_NOT_AUTHENTICATED, Constant Field Values
      • TYPE_SIB_SECURITY_NOT_AUTHORIZED

        public static final java.lang.String TYPE_SIB_SECURITY_NOT_AUTHORIZED

        "SIB.security.not.authorized".

        This Notification type is used when the Messaging Engine cannot authorize a user to perform a specified operation. It is associated with the MessagingEngine MBean.

        In addition to the common properties, TYPE_SIB_SECURITY_NOT_AUTHORIZED has the following specific properties.

        • KEY_SECURITY_RESOURCE_TYPE.
        • KEY_SECURITY_RESOURCE_NAME.
        • KEY_OPERATION.
        • KEY_SECURITY_USERID.
        • KEY_SECURITY_REASON.
        See Also:
        KEY_SECURITY_RESOURCE_TYPE, KEY_SECURITY_RESOURCE_NAME, KEY_OPERATION, KEY_SECURITY_USERID, KEY_SECURITY_REASON, Constant Field Values
      • SECURITY_RESOURCE_TYPE_DESTINATION

        public static final java.lang.String SECURITY_RESOURCE_TYPE_DESTINATION
        See Also:
        Constant Field Values
      • SECURITY_RESOURCE_TYPE_BUS

        public static final java.lang.String SECURITY_RESOURCE_TYPE_BUS
        See Also:
        Constant Field Values
      • KEY_SECURITY_RESOURCE_NAME

        public static final java.lang.String KEY_SECURITY_RESOURCE_NAME

        "security.resource.name".

        The value of this property is the Name of the bus/destination.

        See Also:
        Constant Field Values
      • SECURITY_REASON_NOT_AUTHORIZED

        public static final java.lang.String SECURITY_REASON_NOT_AUTHORIZED

        "security.reason.not.authorized".

        A security reason for a TYPE_SIB_SECURITY_NOT_AUTHORIZED notification.

        See Also:
        TYPE_SIB_SECURITY_NOT_AUTHORIZED, Constant Field Values
      • TYPE_SIB_COMMUNICATIONS_START

        public static final java.lang.String TYPE_SIB_COMMUNICATIONS_START

        "SIB.communications.connection.start".

        This Notification type is used when an intra-bus messaging engine to messaging engine connection is started. This notification is associated with the MessagingEngine MBean.

        In addition to the common properties, TYPE_SIB_COMMUNICATIONS_START has the following specific properties.

        • KEY_REMOTE_MESSAGING_ENGINE_NAME.
        • KEY_REMOTE_MESSAGING_ENGINE_UUID.
        See Also:
        KEY_REMOTE_MESSAGING_ENGINE_NAME, KEY_REMOTE_MESSAGING_ENGINE_UUID, Constant Field Values
      • TYPE_SIB_COMMUNICATIONS_STOP

        public static final java.lang.String TYPE_SIB_COMMUNICATIONS_STOP

        "SIB.communications.connection.stop".

        This Notification type is used when an intra-bus messaging engine to messaging engine connection is stopped. This notification is associated with the MessagingEngine MBean.

        In addition to the common properties, TYPE_SIB_COMMUNICATIONS_STOP has the following specific properties.

        • KEY_REMOTE_MESSAGING_ENGINE_NAME.
        • KEY_REMOTE_MESSAGING_ENGINE_UUID.
        • KEY_STOP_REASON.
        See Also:
        KEY_REMOTE_MESSAGING_ENGINE_NAME, KEY_REMOTE_MESSAGING_ENGINE_UUID, KEY_STOP_REASON, Constant Field Values
      • TYPE_SIBLINK_START

        public static final java.lang.String TYPE_SIBLINK_START

        "SIB.link.start".

        This Notification type is used when an inter-bus messaging engine to messaging engine connection is started. This notification is associated with the GatewayLink MBean.

        In addition to the common properties, TYPE_SIBLINK_START has the following specific properties.

        • KEY_REMOTE_MESSAGING_ENGINE_NAME.
        • KEY_REMOTE_MESSAGING_ENGINE_UUID.
        • KEY_FOREIGN_BUS_NAME.
        See Also:
        KEY_REMOTE_MESSAGING_ENGINE_NAME, KEY_REMOTE_MESSAGING_ENGINE_UUID, KEY_FOREIGN_BUS_NAME, Constant Field Values
      • TYPE_SIBLINK_STOP

        public static final java.lang.String TYPE_SIBLINK_STOP

        "SIB.link.stop".

        ` This Notification type is used when an inter-bus messaging engine to messaging engine connection is started. This notification is associated with the GatewayLink MBean.

        In addition to the common properties, TYPE_SIBLINK_STOP has the following specific properties.

        • KEY_REMOTE_MESSAGING_ENGINE_NAME.
        • KEY_REMOTE_MESSAGING_ENGINE_UUID.
        • KEY_FOREIGN_BUS_NAME.
        • KEY_STOP_REASON.
        See Also:
        KEY_REMOTE_MESSAGING_ENGINE_NAME, KEY_REMOTE_MESSAGING_ENGINE_UUID, KEY_FOREIGN_BUS_NAME, KEY_STOP_REASON, Constant Field Values
      • STOP_REASON_ADMINISTRATOR_COMMAND

        public static final java.lang.String STOP_REASON_ADMINISTRATOR_COMMAND

        "stop.reason.administrator.command".

        A reason code for a TYPE_SIBLINK_STOP notification.

        See Also:
        TYPE_SIBLINK_STOP, Constant Field Values
      • TYPE_SIB_MESSAGEPOINT_SEND_ALLOWED_STATE

        public static final java.lang.String TYPE_SIB_MESSAGEPOINT_SEND_ALLOWED_STATE

        "SIB.messagepoint.send.allowed.state".

        This Notification type is used when a Message Point changes its send allowed state. It is associated with a QueuePoint or PublicationPoint MBean.

        In addition to the common properties, TYPE_SIB_MESSAGEPOINT_SEND_ALLOWED_STATE has the following specific properties.

        • KEY_DESTINATION_NAME.
        • KEY_DESTINATION_UUID.
        • KEY_SEND_ALLOWED_STATE.
        See Also:
        KEY_DESTINATION_NAME, KEY_DESTINATION_UUID, KEY_SEND_ALLOWED_STATE, Constant Field Values
      • KEY_DESTINATION_NAME

        public static final java.lang.String KEY_DESTINATION_NAME

        "destination.name".

        The value of this property is the Name of the destination.

        See Also:
        Constant Field Values
      • KEY_DESTINATION_UUID

        public static final java.lang.String KEY_DESTINATION_UUID

        "destination.UUID".

        The value of this property is the UUID of the destination.

        See Also:
        Constant Field Values
      • TYPE_SIB_MESSAGEPOINT_RECEIVE_ALLOWED_STATE

        public static final java.lang.String TYPE_SIB_MESSAGEPOINT_RECEIVE_ALLOWED_STATE

        "SIB.messagepoint.receive.allowed.state".

        This Notification type is used when a Message Point changes its receive allowed state. It is associated with a QueuePoint or PublicationPoint MBean.

        In addition to the common properties, TYPE_SIB_MESSAGEPOINT_RECEIVE_ALLOWED_STATE has the following specific properties.

        • KEY_DESTINATION_NAME.
        • KEY_DESTINATION_UUID.
        • KEY_RECEIVE_ALLOWED_STATE.
        See Also:
        KEY_DESTINATION_NAME, KEY_DESTINATION_UUID, KEY_RECEIVE_ALLOWED_STATE, Constant Field Values
      • TYPE_SIB_MESSAGEPOINT_DEPTH_THRESHOLD_REACHED

        public static final java.lang.String TYPE_SIB_MESSAGEPOINT_DEPTH_THRESHOLD_REACHED

        "SIB.messagepoint.depth.threshold.reached".

        This Notification type is used when the number of message stored at a Message Point makes a depth change that causes messages to either start flowing or stop flowing into it. It is associated with a QueuePoint or PublicationPoint MBean.

        In addition to the common properties, TYPE_SIB_MESSAGEPOINT_DEPTH_THRESHOLD_REACHED has the following specific properties.

        • KEY_DESTINATION_NAME.
        • KEY_DESTINATION_UUID.
        • KEY_DEPTH_THRESHOLD_REACHED.
        • KEY_MESSAGES.
        See Also:
        KEY_DESTINATION_NAME, KEY_DESTINATION_UUID, KEY_DEPTH_THRESHOLD_REACHED, KEY_MESSAGES, Constant Field Values
      • DEPTH_THRESHOLD_REACHED_HIGH

        public static final java.lang.String DEPTH_THRESHOLD_REACHED_HIGH

        "depth.threshold.reached.high".

        A value for the KEY_DEPTH_THRESHOLD_REACHED property.

        See Also:
        KEY_DEPTH_THRESHOLD_REACHED, Constant Field Values
      • DEPTH_THRESHOLD_REACHED_LOW

        public static final java.lang.String DEPTH_THRESHOLD_REACHED_LOW

        "depth.threshold.reached.low".

        A value for the KEY_DEPTH_THRESHOLD_REACHED property.

        See Also:
        KEY_DEPTH_THRESHOLD_REACHED, Constant Field Values
      • KEY_MESSAGES

        public static final java.lang.String KEY_MESSAGES

        "messages".

        The value of this property represents the count of messages at the message point.

        See Also:
        Constant Field Values
      • TYPE_SIB_REMOTE_MESSAGEPOINT_DEPTH_THRESHOLD_REACHED

        public static final java.lang.String TYPE_SIB_REMOTE_MESSAGEPOINT_DEPTH_THRESHOLD_REACHED

        "SIB.remote.messagepoint.depth.threshold.reached".

        This Notification type is used when the number of message stored at a Remote Message Point makes a depth change that causes messages to either start flowing or stop flowing into it. It is associated with a RemoteQueuePoint or PublicationPoint MBean.

        In addition to the common properties, TYPE_SIB_REMOTE_MESSAGEPOINT_DEPTH_THRESHOLD_REACHED has the following specific properties.

        • KEY_DESTINATION_NAME.
        • KEY_DESTINATION_UUID.
        • KEY_LOCALIZING_MESSAGING_ENGINE_UUID.
        • KEY_DEPTH_THRESHOLD_REACHED.
        • KEY_MESSAGES.
        See Also:
        KEY_DESTINATION_NAME, KEY_DESTINATION_UUID, KEY_LOCALIZING_MESSAGING_ENGINE_UUID, KEY_DEPTH_THRESHOLD_REACHED, KEY_MESSAGES, Constant Field Values
      • KEY_LOCALIZING_MESSAGING_ENGINE_UUID

        public static final java.lang.String KEY_LOCALIZING_MESSAGING_ENGINE_UUID

        "destination.UUID".

        The value of this property is the UUID of the Messaging Engine localizing the destination.

        See Also:
        Constant Field Values
      • TYPE_SIB_CLIENT_CONNECTION_START

        public static final java.lang.String TYPE_SIB_CLIENT_CONNECTION_START

        "SIB.client.connection.start".

        Produced whenever a remote client connects to this messaging engine.

        In addition to the common properties, TYPE_SIB_CLIENT_CONNECTION_START has the following specific properties.

        • KEY_CLIENT_USERID.
        • KEY_FAP_TYPE.
        • KEY_COMMUNICATIONS_ADDRESS.
        See Also:
        KEY_CLIENT_USERID, KEY_FAP_TYPE, KEY_COMMUNICATIONS_ADDRESS, Constant Field Values
      • KEY_CLIENT_USERID

        public static final java.lang.String KEY_CLIENT_USERID

        "client.userid".

        The value of this property is the user identifier making the connection.

        See Also:
        Constant Field Values
      • KEY_COMMUNICATIONS_ADDRESS

        public static final java.lang.String KEY_COMMUNICATIONS_ADDRESS

        "communications.address".

        The value of this property is the client's network address in dotted decimal form. This may not be the actual address of the client. If, for example it uses a gateway.

        See Also:
        Constant Field Values
      • TYPE_SIB_CLIENT_CONNECTION_STOP

        public static final java.lang.String TYPE_SIB_CLIENT_CONNECTION_STOP

        "SIB.client.connection.stop".

        Produced whenever a remote client disconnects from this messaging engine.

        In addition to the common properties, TYPE_SIB_CLIENT_CONNECTION_START has the following specific properties.

        • KEY_CLIENT_USERID.
        • KEY_STOP_REASON.
        See Also:
        KEY_CLIENT_USERID, KEY_STOP_REASON, Constant Field Values
      • STOP_REASON_COMMUNICATIONS_FAILURE

        public static final java.lang.String STOP_REASON_COMMUNICATIONS_FAILURE

        "communications.failure".

        A reason code for a TYPE_SIB_CLIENT_CONNECTION_STOP notification.

        See Also:
        TYPE_SIB_CLIENT_CONNECTION_STOP, Constant Field Values
      • TYPE_SIB_MESSAGE_EXCEPTIONED

        public static final java.lang.String TYPE_SIB_MESSAGE_EXCEPTIONED

        "SIB.message.exceptioned".

        This Notification type is used when the messaging engine exceptions a message that could not be delivered to the intended destination. It is associated with the Messaging Engine MBean.

        In addition to the common properties, TYPE_SIB_CLIENT_CONNECTION_START has the following specific properties.

        • KEY_CLIENT_USERID.
        • KEY_STOP_REASON.
        See Also:
        KEY_CLIENT_USERID, KEY_STOP_REASON, Constant Field Values
      • KEY_EXCEPTION_DESTINATION_NAME

        public static final java.lang.String KEY_EXCEPTION_DESTINATION_NAME

        "exception.destination.name".

        The value of this property is the name of the exception destination.

        See Also:
        Constant Field Values
      • KEY_EXCEPTION_DESTINATION_UUID

        public static final java.lang.String KEY_EXCEPTION_DESTINATION_UUID

        "exception.destination.UUID".

        The value of this property is the UUID of the exception destination.

        See Also:
        Constant Field Values
      • KEY_INTENDED_DESTINATION_NAME

        public static final java.lang.String KEY_INTENDED_DESTINATION_NAME

        "intended.destination.name".

        The value of this property is the name of the intended destination.

        See Also:
        Constant Field Values
      • KEY_INTENDED_DESTINATION_UUID

        public static final java.lang.String KEY_INTENDED_DESTINATION_UUID

        "intended.destination.UUID".

        The value of this property is the UUID of the intended destination. This is supplied if the intended destination was located

        See Also:
        Constant Field Values
      • KEY_SYSTEM_MESSAGE_IDENTIFIER

        public static final java.lang.String KEY_SYSTEM_MESSAGE_IDENTIFIER

        "system.message.identifier".

        The value of this property is the system message identifier of the message that was exceptioned.

        See Also:
        Constant Field Values
      • KEY_MESSAGE_EXCEPTION_REASON

        public static final java.lang.String KEY_MESSAGE_EXCEPTION_REASON

        "message.exception.reason".

        The value of this property is the reason code for why the message was exceptioned as stored in the message.

        See Also:
        Constant Field Values
      • KEY_MEDIATION_NAME

        public static final java.lang.String KEY_MEDIATION_NAME

        "mediation.name".

        The value of this property is the name of the mediation.

        See Also:
        Constant Field Values
      • KEY_MEDIATION_STATE

        public static final java.lang.String KEY_MEDIATION_STATE

        "mediation.state".

        The value of this property is the new state of the mediation point.

        See Also:
        Constant Field Values
      • KEY_MEDIATION_STATE_REASON

        public static final java.lang.String KEY_MEDIATION_STATE_REASON

        "mediation.state.reason".

        The value of this property is the reason code for the change to the new state if available, for example "MEDIATION_START_FAILURE_INVALID_SELECTOR_SIMP0663"

        See Also:
        Constant Field Values
      • TYPE_SIB_MQLINK_DEPTH_THRESHOLD_REACHED

        public static final java.lang.String TYPE_SIB_MQLINK_DEPTH_THRESHOLD_REACHED

        "SIB.mqlink.depth.threshold.reached".

        This Notification type is used when the number of message stored at an MQLink makes a depth change that causes messages to either start flowing or stop flowing into it. It is associated with a MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_DEPTH_THRESHOLD_REACHED has the following specific properties.

        • KEY_MQLINK_NAME.
        • KEY_MQLINK_UUID.
        • KEY_DEPTH_THRESHOLD_REACHED.
        • KEY_MESSAGES.
        See Also:
        KEY_MQLINK_NAME, KEY_MQLINK_UUID, KEY_DEPTH_THRESHOLD_REACHED, KEY_MESSAGES, Constant Field Values
      • KEY_MQLINK_NAME

        public static final java.lang.String KEY_MQLINK_NAME

        "mqlink.name".

        The value of this property is the name of the mqlink.

        See Also:
        Constant Field Values
      • KEY_MQLINK_UUID

        public static final java.lang.String KEY_MQLINK_UUID

        "mqlink.UUID".

        The value of this property is the UUID of the mqlink.

        See Also:
        Constant Field Values
      • TYPE_SIB_LINK_DEPTH_THRESHOLD_REACHED

        public static final java.lang.String TYPE_SIB_LINK_DEPTH_THRESHOLD_REACHED

        "SIB.link.depth.threshold.reached".

        This Notification type is used when the number of message stored at a link to a remote bus makes a depth change that causes messages to either start flowing or stop flowing into it. It is associated with a GatewayLink MBean.

        In addition to the common properties, TYPE_SIB_LINK_DEPTH_THRESHOLD_REACHED has the following specific properties.

        • KEY_MQLINK_NAME.
        • KEY_MQLINK_UUID.
        • KEY_FOREIGN_BUS_NAME.
        • KEY_REMOTE_MESSAGING_ENGINE_UUID.
        • KEY_DEPTH_THRESHOLD_REACHED.
        • KEY_MESSAGES.
        See Also:
        KEY_MQLINK_NAME, KEY_MQLINK_UUID, KEY_FOREIGN_BUS_NAME, KEY_REMOTE_MESSAGING_ENGINE_UUID, KEY_DEPTH_THRESHOLD_REACHED, KEY_MESSAGES, Constant Field Values
      • KEY_LINK_NAME

        public static final java.lang.String KEY_LINK_NAME

        "link.name".

        The value of this property is the name of the link.

        See Also:
        Constant Field Values
      • KEY_LINK_UUID

        public static final java.lang.String KEY_LINK_UUID

        "link.UUID".

        The value of this property is the UUID of the link.

        See Also:
        Constant Field Values
      • TYPE_SIB_MQLINK_START

        public static final java.lang.String TYPE_SIB_MQLINK_START

        "SIB.mqlink.start". This Notification type is used when an MQ link is started. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_START has the following specific property.

        • KEY_MQLINK_NAME.
        See Also:
        KEY_MQLINK_NAME, Constant Field Values
      • TYPE_SIB_MQLINK_STOP

        public static final java.lang.String TYPE_SIB_MQLINK_STOP

        "SIB.mqlink.stop". This Notification type is used when an MQ link is stopped. It is associated with the MQLink MBean. TYPE_SIB_MQLINK_STOP has the following specific properties.

        • KEY_MQLINK_NAME.
        • KEY_STOP_REASON.
        See Also:
        KEY_MQLINK_NAME, KEY_STOP_REASON, Constant Field Values
      • TYPE_SIB_MQLINK_SENDER_START

        public static final java.lang.String TYPE_SIB_MQLINK_SENDER_START

        "SIB.mqlink.sender.start".

        This Notification type is used when an MQ link sender channel is started. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_SENDER_START has the following specific properties.

        • KEY_MQLINK_SENDER_NAME.
        • KEY_MQLINK_NAME.
        See Also:
        KEY_MQLINK_SENDER_NAME, KEY_MQLINK_NAME, Constant Field Values
      • TYPE_SIB_MQLINK_SENDER_STOP

        public static final java.lang.String TYPE_SIB_MQLINK_SENDER_STOP

        "SIB.mqlink.sender.stop".

        This Notification type is used when an MQ link sender channel is stopped. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_SENDER_STOP has the following specific properties.

        • KEY_MQLINK_SENDER_NAME.
        • KEY_MQLINK_NAME.
        • KEY_STOP_REASON.
        See Also:
        KEY_MQLINK_SENDER_NAME, KEY_MQLINK_NAME, KEY_STOP_REASON, Constant Field Values
      • TYPE_SIB_MQLINK_SENDER_SESSION_START

        public static final java.lang.String TYPE_SIB_MQLINK_SENDER_SESSION_START

        "SIB.mqlink.sender.session.start". This Notification type is used when an MQ link sender channel is started and a session established with a receiver channel at the remote queue manager. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_SENDER_SESSION_START has the following specific properties.

        • KEY_MQLINK_SENDER_NAME.
        • KEY_MQLINK_NAME.
        • KEY_REMOTE_QUEUE_MANAGER_NAME.
        See Also:
        KEY_MQLINK_SENDER_NAME, KEY_MQLINK_NAME, KEY_REMOTE_QUEUE_MANAGER_NAME, Constant Field Values
      • TYPE_SIB_MQLINK_SENDER_SESSION_STOP

        public static final java.lang.String TYPE_SIB_MQLINK_SENDER_SESSION_STOP

        "SIB.mqlink.sender.session.stop".

        This Notification type is used when an MQ link sender channel is stopped and a session with a partner receiver channel at the remote queue manager is ended. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_SENDER_SESSION_STOP has the following specific properties.

        • KEY_MQLINK_SENDER_NAME.
        • KEY_MQLINK_NAME.
        • KEY_REMOTE_QUEUE_MANAGER_NAME.
        • KEY_STOP_REASON.
        See Also:
        KEY_MQLINK_SENDER_NAME, KEY_MQLINK_NAME, KEY_REMOTE_QUEUE_MANAGER_NAME, KEY_STOP_REASON, Constant Field Values
      • TYPE_SIB_MQLINK_RECEIVER_START

        public static final java.lang.String TYPE_SIB_MQLINK_RECEIVER_START

        "SIB.mqlink.receiver.start".

        This Notification type is used when an MQ link receiver channel is started. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_RECEIVER_START has the following specific properties.

        • KEY_MQLINK_RECEIVER_NAME.
        • KEY_MQLINK_NAME.
        See Also:
        KEY_MQLINK_RECEIVER_NAME, KEY_MQLINK_NAME, Constant Field Values
      • TYPE_SIB_MQLINK_RECEIVER_STOP

        public static final java.lang.String TYPE_SIB_MQLINK_RECEIVER_STOP

        "SIB.mqlink.receiver.stop" This Notification type is used when an MQ link receiver channel is stopped. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_RECEIVER_STOP has the following specific properties.

        • KEY_MQLINK_RECEIVER_NAME.
        • KEY_MQLINK_NAME.
        • KEY_STOP_REASON.
        See Also:
        KEY_MQLINK_RECEIVER_NAME, KEY_MQLINK_NAME, KEY_STOP_REASON, Constant Field Values
      • TYPE_SIB_MQLINK_RECEIVER_SESSION_START

        public static final java.lang.String TYPE_SIB_MQLINK_RECEIVER_SESSION_START

        "SIB.mqlink.receiver.session.start".

        This Notification type is used when an MQLink receiver channel is started as a result of a request, from a partner sender channel on a remote queue manager, to establish a session. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_RECEIVER_SESSION_START has the following specific properties.

        • KEY_MQLINK_RECEIVER_NAME.
        • KEY_MQLINK_NAME.
        • KEY_REMOTE_QUEUE_MANAGER_NAME.
        See Also:
        KEY_MQLINK_RECEIVER_NAME, KEY_MQLINK_NAME, KEY_REMOTE_QUEUE_MANAGER_NAME, Constant Field Values
      • TYPE_SIB_MQLINK_RECEIVER_SESSION_STOP

        public static final java.lang.String TYPE_SIB_MQLINK_RECEIVER_SESSION_STOP

        "SIB.mqlink.receiver.session.stop". This Notification type is used when an MQLink receiver channel is stopped and a session with a partner sender channel on a remote queue manager ended. It is associated with the MQLink MBean.

        In addition to the common properties, TYPE_SIB_MQLINK_RECEIVER_SESSION_STOP has the following specific properties.

        • KEY_MQLINK_RECEIVER_NAME.
        • KEY_MQLINK_NAME.
        • KEY_REMOTE_QUEUE_MANAGER_NAME.
        • KEY_STOP_REASON.
        See Also:
        KEY_MQLINK_RECEIVER_NAME, KEY_MQLINK_NAME, KEY_REMOTE_QUEUE_MANAGER_NAME, KEY_STOP_REASON, Constant Field Values
      • TYPE_SIB_MESSAGING_ENGINE_STARTING

        public static final java.lang.String TYPE_SIB_MESSAGING_ENGINE_STARTING

        "SIB.messaging.engine.starting".

        This Notification type is used when the Messaging Engine is starting, and is associated with the SIBMain and MessagingEngine MBeans.

        In addition to the common properties, TYPE_SIB_MESSAGING_ENGINE_STARTING has the following specific property.

        • KEY_START_TYPE.
        See Also:
        KEY_START_TYPE, Constant Field Values
      • TYPE_SIB_MESSAGING_ENGINE_STOPPING

        public static final java.lang.String TYPE_SIB_MESSAGING_ENGINE_STOPPING

        "SIB.messaging.engine.stopping".

        This Notification type is used when the Messaging Engine is stopping, and is associated with the SIBMain and MessagingEngine MBeans.

        In addition to the common properties, TYPE_SIB_MESSAGING_ENGINE_STOPPING has the following specific property.

        • KEY_STOP_REASON.
        See Also:
        KEY_STOP_REASON, Constant Field Values
      • TYPE_SIB_MESSAGING_ENGINE_FAILED

        public static final java.lang.String TYPE_SIB_MESSAGING_ENGINE_FAILED

        "SIB.messaging.engine.failed".

        This Notification type is used when the Messaging Engine fails to start or to stop, and is associated with the SIBMain and MessagingEngine MBeans.

        In addition to the common properties, TYPE_SIB_MESSAGING_ENGINE_FAILED has the following specific property.

        • KEY_FAIL_OPERATION.
        • KEY_FAIL_OPERATION_TYPE.
        See Also:
        KEY_FAIL_OPERATION, KEY_FAIL_OPERATION_TYPE, Constant Field Values
    • Constructor Detail

      • SibNotificationConstants

        public SibNotificationConstants()
IBM WebSphere Application ServerTM
Release 8.5