StatisticsProvider, Stateful, EventProvider
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 |
void | startMessagingEngine( Starts an inactive (stopped) Messaging Engine |
void | stopMessagingEngine( Stops a running Messaging Engine |
void | stopMessagingEngine( 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 |
---|
public java.lang.String[] showMessagingEngines()
Lists all messaging engines in the server process
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void startMessagingEngine(
java.lang.String busName,
java.lang.String name
)
Starts an inactive (stopped) Messaging Engine
busName
-
The name of the Service Integration Bus. name
-
The name of the Messaging Engine.
administrator
operator
public void stopMessagingEngine(
java.lang.String busName,
java.lang.String name
)
Stops a running Messaging Engine
busName
-
The name of the Service Integration Bus. name
-
The name of the Messaging Engine.
administrator
operator
public void stopMessagingEngine(
java.lang.String busName,
java.lang.String name,
java.lang.String mode
)
Stops a running Messaging Engine with a stop mode
busName
-
The name of the Service Integration Bus. name
-
The name of the Messaging Engine. mode
-
Stop mode (quiesce/immediate/force).
administrator
operator
Notification Detail |
---|
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)
6
(Normal, Cleared, or Informative)
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)
6
(Normal, Cleared, or Informative)
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)
6
(Normal, Cleared, or Informative)
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)
6
(Normal, Cleared, or Informative)
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)
6
(Normal, Cleared, or Informative)