The resource adaptor entity will register two types of MBean: SmppMXBean and SmppBoundSessionMXBean.

SmppMXBean

There is one of these per entity. It is registered when the entity is created.

It has attributes for the number of bound sessions, the internal state and links to the bound session MBeans.

The internal state refers to whether the entity regards itself as active and functioning (which is independent of the SLEE container’s view of that state). The possible states are INACTIVE, INITIALISING, INITIALISATION_FAILED, ACTIVE and STOPPING.

SmppBoundSessionMXBean

There is one of these per bound session. It is registered when a bound session name is read from the BoundSessionConfigurationProfileNames configuration property, and deregistered if the bound session is removed from that list.

It has attributes for the bound session name, state, and a link to the entity.

It also has an operation to force an immediate reconnect.

The bound session states are: NEW, DISCONNECTED, CONNECTED, BOUND, RECONNECTING and UNBOUND.

Previous page Next page