Show TOC

Interfaces for AdministrationLocate this document in the navigation structure

Use

There are various administrative interfaces for an Adapter-Framework-compliant adapter.

Functions
  • Starting and stopping adapter instances

    AS Java informs the adapter when it is started or stopped.

    You must implement a Java interface in the adapter.

    Find the description under: Managing the Lifecycle of a JCA Adapter

  • A system administrator can monitor the status of the communication channels by using the communication channel monitor. The system administrator also gets runtime information about the adapter in the communication channels.

    You can start and stop communication channels in the monitor.

    It is possible to trigger the alert framework for certain status messages.

    More information: Connecting to the Communication Channel Monitor

  • In the communication channel monitor you can send a ping to the relevant channel and test the adapter in the channel.

    For more information on implementing the channel ping: Implementing the Channel Ping