Configuring Java CAPS Project Components for Communication Adapters

CICS Connector

The Connector section of the CICS Connectivity Map properties contains the top-level parameters displayed in this table:

Table 46 Connectivity Map - Connector Properties

Name 

Description 

Required Value 

Type

Specifies the connector type. 

Enter CICS. The value always defaults to CICS for CICS connections.

Connection Transport

Specifies the underlying connection transport used by the CICS Adapter to send requests to and get responses from a CICS region. 

Select one of the following underlying connection transports: 

  • Sun CICS Listener

  • CICS Transaction Gateway (specifies the IBM CICS Transaction Gateway)

Sun CICS Listeneris the configured default.

Class

Specifies the class name of the CICS Client connector object. 

The (class) package name for the CICS Client connector object. The default is com.stc.adapters.cics.CicsClientConnector.

Property.Tag

Specifies the data source identity. This parameter is required by the current EBobConnectorFactory.

The data source package name. 

Where to Go Next

CICS Client.

Related Topics