Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Defined resource adapter MBeans

The BeanConnect resource adapterprovides a number of types of MBeans. The following types of data are provided for each MBean:

  • Attributes

    These are values, e.g. configuration values or statistical counters. Most of the attributes of the MBeans are read-only. Some of them can also be modified via the MBean interface.

  • Operations

    These are operations (methods) that can be executed using MBeans, for example resetting counters.

  • Notifications

    Notifications sent to the MBean client when certain events occur (e.g. when a transaction is rolled back). Before it is possible to send notifications, the MBean client must have explicitly subscribed to them.

The following MBeans are available:

  • ResourceAdapter MBean

    MBean description:

    Administration interface of the BeanConnect Resource Adapter

    This MBean indicates the resource adapter configuration settings as defined in the file ra.xml. There is one MBean of this type for each resource adapter.

    Operations:

    • checkProxyApplication
      Checks whether the proxy application is available

    • selectProxyApplication
      Starts the selection of a new application if necessary.

  • ManagedConnectionFactory MBean

    There are three variants of the ManagedConnectionFactory MBean:

    • OltpMBean for non-transactional OSI TP/LU6.2-connections:

      MBean description:

      Administration interface of a non-transactional BeanConnect OltpManagedConnectionFactory

    • OltpTaMBean for transactional OSI TP/LU6.2-connections:

      MBean description:

      Administration interface of a transactional BeanConnect OltpManagedConnectionFactory

    • UPICMBean for UPIC connections:

      MBean description:

      Administration interface of a BeanConnect UpicManagedConnectionFactory

    These MBeans indicate the configuration properties of the individual managed connection factories (deployment data) and provide information about connection usage (statistical data). The three variants of this MBean differ at the level of the attributes that are displayed.

    Each managed connection factory has a corresponding MBean.

    Operations:

    • cleanupPool
      Remove Manged Connections from the pool

    • resetStatisticValues
      Reset statistics

  • Inbound MBean

    MBean description:

    Statistic data of inbound connections

    This MBean indicates the statistical data for all the inbound activities that cannot be assigned to a message endpoint. There is only one MBean of this type.

    Operations:

    • resetStatisticValues
      Rest statistics

  • MessageEndpoint MBean

    MBean description:

    Administration interface of a BeanConnect Message Endpoint

    These MBeans indicate the configuration properties of the individual message endpoints (deployment data) and provide information about message endpoints usage (statistical data). Each message endpoint has a corresponding MBean.

    Operations:

    • resetStatisticValues
      Reset statistics

  • Logging MBean

    MBean description:

    Administration interface of the BeanConnect logging

    This MBean indicates the Log4j configuration settings. All the Log4j Loggers are displayed together with their log levels. There is only one MBean of this type.

    Operations:

    • getLogLevel
      Show the LogLevel of a Log4j logger

    • setLogLevel
      Modify the LogLevel of a Log4j logger

For further details on the data supplied by the MBeans and the options available via the administration functions, see Monitoring the resource adapter with the Management Console .