Class StatefulSessionStart

java.lang.Object
com.adaptris.core.ServiceImp
com.adaptris.core.licensing.LicensedService
com.adaptris.core.sap.jco3.rfc.services.JcoDestinationService
com.adaptris.core.sap.jco3.rfc.services.StatefulSessionStart
All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, com.adaptris.core.licensing.LicensedComponent, MessageEventGenerator, Service, StateManagedComponent

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

This notifies the JCo Runtime about the start 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:

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

License Required: ENTERPRISE

  • Constructor Details

    • StatefulSessionStart

      public StatefulSessionStart()
  • Method Details