SIBMain MBean

All Parent MBeans:

StatisticsProvider, Stateful, EventProvider

Partial ObjectName:
WebSphere:*,type=SIBMain


MBean SIBMain

Management interface for the SIB Service component


Attributes inherited from MBean StatisticsProvider
stats

Attributes inherited from MBean EventProvider
eventTypes

Operation Summary

java.lang.String[]showMessagingEngines()
           Lists all messaging engines in the server process
voidstartMessagingEngine(java.lang.String busName, java.lang.String name)
           Starts an inactive (stopped) Messaging Engine
voidstopMessagingEngine(java.lang.String busName, java.lang.String name)
           Stops a running Messaging Engine
voidstopMessagingEngine(java.lang.String busName, java.lang.String name, java.lang.String mode)
           Stops a running Messaging Engine with a stop mode

Notification Summary

SIB.messaging.engine.start
           An ME is being started.
SIB.messaging.engine.stop
           An ME is being stopped.
SIB.messaging.engine.starting
           An ME is being started.
SIB.messaging.engine.stopping
           An ME is being stopped.
SIB.messaging.engine.failed
           An ME start or stop has failed.

Notifications inherited from MBean Stateful
j2ee.state.starting, j2ee.state.running, j2ee.state.stopping, j2ee.state.stopped, j2ee.state.failed

Attributes inherited from MBean EventProvider
j2ee.attribute.changed

Operation Detail

showMessagingEngines

public java.lang.String[] showMessagingEngines()

     Lists all messaging engines in the server process

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


startMessagingEngine

public void startMessagingEngine(java.lang.String busName, java.lang.String name)

     Starts an inactive (stopped) Messaging Engine

Parameters:

     busName - The name of the Service Integration Bus.
     name - The name of the Messaging Engine.

Security Roles:

     administrator
     operator


stopMessagingEngine

public void stopMessagingEngine(java.lang.String busName, java.lang.String name)

     Stops a running Messaging Engine

Parameters:

     busName - The name of the Service Integration Bus.
     name - The name of the Messaging Engine.

Security Roles:

     administrator
     operator


stopMessagingEngine

public void stopMessagingEngine(java.lang.String busName, java.lang.String name, java.lang.String mode)

     Stops a running Messaging Engine with a stop mode

Parameters:

     busName - The name of the Service Integration Bus.
     name - The name of the Messaging Engine.
     mode - Stop mode (quiesce/immediate/force).

Security Roles:

     administrator
     operator


Notification Detail

SIB.messaging.engine.start

     An ME 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## start.type (which may be start.type.warm or start.type.flush)

Severity:

6  (Normal, Cleared, or Informative)


SIB.messaging.engine.stop

     An ME 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## stop.reason (which may be stop.reason.administrator.immediate or stop.reason.administrator.force)

Severity:

6  (Normal, Cleared, or Informative)


SIB.messaging.engine.starting

     An ME 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## start.type (which may be start.type.warm or start.type.flush)

Severity:

6  (Normal, Cleared, or Informative)


SIB.messaging.engine.stopping

     An ME 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## stop.reason (which may be stop.reason.administrator.immediate or stop.reason.administrator.force)

Severity:

6  (Normal, Cleared, or Informative)


SIB.messaging.engine.failed

     An ME start or stop has failed. 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## fail.operation (which may be SIB.messaging.engine.start or SIB.messaging.engine.stop), fail.operation.type (which may be start.type.warm, start.type.flush, stop.reason.administrator.immediate or stop.reason.administrator.force)

Severity:

6  (Normal, Cleared, or Informative)


Copyright IBM Corporation 2002, 2012