Package com.ibm.cics.server.invocation

CICS TS Server Invocation Package.

See: Description

  • Enum Summary 
    Enum Description
    CICSProgram.TargetType
    Defines the supported types of classes which can be targeted by the CICSProgram annotation.
  • Annotation Types Summary 
    Annotation Type Description
    CICSProgram
    Indicates that methods can be called by CICS Transaction Server.

Package com.ibm.cics.server.invocation Description

CICS TS Server Invocation Package.

This package provides the Invocation interface for Linking to Java programs

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: com.ibm.cics.server.invocation;version="[1.0.0,2.0.0)"

 Version History: CICS TS v5.3 - 1.0.0     APAR PI63005 - Link to Java EE applications in Liberty JVM servers
                  CICS TS v5.4 - 1.1.0     CICS TS v5.4 - CICS TS version change
                  CICS TS v5.5 - 1.2.0     CICS TS v5.5 - CICS TS version change
                  CICS TS v5.5 - 1.3.0     APAR PH14856 - Add checks to ensure the target method is void
                  CICS TS v5.5 - 1.4.0     APAR PH14856 - Support for linking to SpringBoot applications in Liberty JVM servers
                  CICS TS v6.1 - 1.4.1     CICS TS v6.1 - Support for linking to OSGi bundles in OSGi and Liberty JVM servers
                  CICS TS v6.1 - 1.500.0   CICS TS v6.1 - Support for linking to CDI applications in Liberty JVM servers