Configuring Java CAPS Project Components for Communication Adapters

General Outbound Settings — TCP/IP HL7 V2 Outbound Adapter

Provides the general HL7 outbound configuration settings. This section of the TCP/IP HL7 V2 outbound adapter Connectivity Map properties contains the top-level parameters displayed in this table:

Table 77 Connectivity Map - General Outbound Settings

Name 

Description 

Required Value 

Max Data Size

Specifies the maximum size of data that the programs can hold internally. The valid range is from 1 to 2GB (which is the max value of java integer). 

An integer indication the maximum data size in bytes, ranging from 1 to 2147483647 (2GB).

The configured default is 2147483647.

Scope Of State

It is used to define the scope of State object, which is an OTD node. The valid options for this parameter are: 

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

  • 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 Resource Adapter Level, Connection Level, or OTD Level.

The configured default is Resource Adapter Level.

Where to Go Next

TCPIP Outbound Settings — TCP/IP HL7 V2 Outbound Adapter.

Related Topics