Stateful MBean

All Parent MBeans:
EventProvider

Partial ObjectName:
WebSphere:*,type=Stateful


MBean Stateful

The Stateful interface is added by WebSphere for those managed objects which have state, but are not actually state manageable objects. For example, an EJBModule is Stateful but not StateManageable, because it can be started and stopped, but only through the J2EEApplication.


Attributes inherited from MBean EventProvider
eventTypes

Notification Summary
j2ee.state.starting
           This object is being started
j2ee.state.running
           This object is now running
j2ee.state.stopping
           This object is stopping
j2ee.state.stopped
           This object is now stopped
j2ee.state.failed
           This object is now failed

Notifications inherited from MBean EventProvider
j2ee.attribute.changed

Notification Detail

j2ee.state.starting

This object is being started
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.running

This object is now running
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.stopping

This object is stopping
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.stopped

This object is now stopped
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.failed

This object is now failed
Severity:
2  (Critical, Failure)

Copyright IBM Corp. 1996-2005