Class StatefulSessionEnd

  • All Implemented Interfaces:
    AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, com.adaptris.core.licensing.LicensedComponent, MessageEventGenerator, Service, StateManagedComponent

    @ComponentProfile(summary="End a Stateful Session within SAP",
                      tag="service,sap,rfc")
    public class StatefulSessionEnd
    extends JcoDestinationService
    Service Implementation that uses object metadata to end a stateful session.

    This notifies the JCo Runtime about the end of a stateful call sequence on a specific destination. Between start() and end() the same connection will be used for all function calls.

    See Also:
    RfcConstants.OBJ_METADATA_DESTINATION_KEY, JCoContext

    In the adapter configuration file this class is aliased as sapjco3-end-session-service which is the preferred alternative to the fully qualified classname when building your configuration.

    License Required: ENTERPRISE