SIBGatewayLink MBean

Partial ObjectName:
WebSphere:*,type=SIBGatewayLink


MBean SIBGatewayLink

Management interface for the SIB Gateway Link component


Operation Summary
java.lang.StringgetOverallStatus()
           Returns the overall status of the Gateway Link.
java.lang.StringgetStatus()
           Returns the status of the Gateway Link.
java.lang.BooleanisActive()
           Returns the activity of the Gateway Link.
voidstartLink()
           Starts the Gateway Link.
voidstopLink()
           Stops the Gateway Link.

Notification Summary
SIB.link.start
           An inter-bus ME to ME connection has been started.
SIB.link.stop
           An inter-bus ME to ME connection has been stopped.
SIB.link.depth.threshold.reached
           The number of messages stored at a link to a remote bus has made a depth change that causes messages to either start flowing or stop flowing into it.

Operation Detail

getOverallStatus

public java.lang.String getOverallStatus()
Returns the overall status of the Gateway Link.
Security Roles:
administrator
operator
configurator
monitor

getStatus

public java.lang.String getStatus()
Returns the status of the Gateway Link.
Security Roles:
administrator
operator
configurator
monitor

isActive

public java.lang.Boolean isActive()
Returns the activity of the Gateway Link.
Security Roles:
administrator
operator
configurator
monitor

startLink

public void startLink()
Starts the Gateway Link.
Security Roles:
administrator
operator

stopLink

public void stopLink()
Stops the Gateway Link.
Security Roles:
administrator
operator

Notification Detail

SIB.link.start

An inter-bus ME to ME connection has been 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## foreign.bus.name, remote.messaging.engine.name, remote.messaging.engine.uuid
Severity:
6  (Normal, Cleared, or Informative)

SIB.link.stop

An inter-bus ME to ME connection has been 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## foreign.bus.name, remote.messaging.engine.name, remote.messaging.engine.uuid stop.reason (which may be communications.terminated or local.me.shutdown)
Severity:
6  (Normal, Cleared, or Informative)

SIB.link.depth.threshold.reached

The number of messages stored at a link to a remote bus has made a depth change that causes messages to either start flowing or stop flowing into it. 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## link.name, link.UUID, foreign.bus.name, remote.messaging.engine.uuid, depth.threshold.reached (which may be depth.threshold.reached.high or depth.threshold.reached.low), messages (Count of messages at the message point)
Severity:
5  (Warning)

Copyright IBM Corp. 1996-2005