Package com.ibm.cics.server.pipeline

CICS TS Java Pipeline Application Handler (version 1.0).

See:
          Description

Interface Summary
ApplicationHandler Interface for provider mode PIPELINE Application Handlers written in Java.
 

Package com.ibm.cics.server.pipeline Description

CICS TS Java Pipeline Application Handler (version 1.0).

This package provides an interface for the Java Pipeline Application Handler.

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.pipeline;version="[1.0,2.0)"