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()
public void startMessagingEngine(java.lang.String busName,
java.lang.String name
)
busName
-
The name of the Service Integration Bus.name
-
The name of the Messaging Engine.
public void stopMessagingEngine(java.lang.String busName,
java.lang.String name
)
busName
-
The name of the Service Integration Bus.name
-
The name of the Messaging Engine.
public void stopMessagingEngine(java.lang.String busName,
java.lang.String name,
java.lang.String mode
)
busName
-
The name of the Service Integration Bus.name
-
The name of the Messaging Engine.mode
-
Stop mode (quiesce/immediate/force).Notification Detail |