Configuring Java CAPS Project Components for Communication Adapters

General Outbound Settings — TCP/IP Adapter Outbound

The General Outbound Settings properties provides a general TCP/IP outbound configuration information. This section contains the top-level parameters as displayed in the table.

Table 119 Connectivity Map - General Outbound Settings

Name 

Description 

Required Value 

Max Data Size

Specifies the maximum amount of data that the programs can hold internally. 

The valid range is from 1 to 2147483647 bytes (2 GB — the maximum value of the Java integer). 

The configured default is 2147483647.

Scope Of State

Specifies the scope of State object, which is an OTD node. The options for this parameter are: 

  • Resource Adapter Level: The State has the same life cycle as the resource adapter.

  • Persistence: The State is persisted in the storage media like file or DB (Persistence State File Location must be specified if this option is selected).

  • Connection Level: The State has the same life cycle as the connection.

  • OTD Level: The State has the same life cycle as the OTD object.

    This scope represents the life cycle of the State.

Select one of the following: 

  • Resource Adapter Level

  • Connection Level

  • OTD Level

The configured default is Resource Adapter Level.

Where to Go Next

TCPIP Outbound Settings — TCP/IP Adapter Outbound.

Related Topics