Start of Content Area

Function documentation Interfaces for Administration  Locate the document in its SAP Library 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.

For a description, see: 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

 

 

End of Content Area