JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS TCP/IP JCA Adapter User's Guide     Java CAPS Documentation
search filter icon
search icon

Document Information

About the TCP/IP JCA Adapter

TCP/IP JCA Adapters Contrasted With TCP/IP eWay Adapters

Installing the TCP/IP JCA Adapter

Installing the Design-Time *.nbm Files for the TCP/IP JCA Adapter

To Install the NetBeans Modules for the TCP/IP JCA Adapter

Setting Up the Runtime Environment for the TCP/IP JCA Adapter

To Install the Global RAR for the TCP/IP JCA Adapter

To Add a Connector Connection Pool for the TCP/IP JCA Adapter

To Add a Connector Resource for the TCP/IP JCA Adapter

Configuring the TCP/IP JCA Adapter

Configuring Runtime Properties of a TCP/IP JCA Adapter Pool

To Configure a TCP/IP JCA Adapter Pool

Configuring Design-time Properties of an Individual TCP/IP JCA Adapter Component

To Configure a TCP/IP JCA Adapter Instance

Using the TCP/IP JCA Adapter in an EJB Project

Designing an EJB Module to Use TCP/IP JCA Adapter Code

To Create an EJB Module Project

To Add a TCP/IP JCA Adapter to an EJB Project

To Use TCP/IP-Specific Sample Code

Configuration Settings for the TCP/IP JCA Adapter

General Outbound Settings

TCPIP Outbound Settings -- Client Connection Establishment

TCP/IP Outbound Settings -- Server Port Binding

TCP/IP Outbound Settings

Envelope Message Settings

Connection Pool Settings

TCPIP Outbound Settings — Client Connection Establishment

The Client Connection Establishments settings control the connection when the Connection Type is Client.

Time To Wait Before Attempting Connection

Default: 0 (milliseconds); in other words, no wait time

Specifies the number of milliseconds to wait before trying to establish a connection with an external server.

Always Create New Connection

Default: false

Choices include:

false

An attempt is made to match an existing connection managed by the container.

true

A new connection is always attempted, without trying to match an existing connection.

Auto Reconnect Upon Matching Failure

Default: true

Choices include:

true

The invalid matching connection is discarded, and an attempt is automatically made to reconnect using a new connection.

false

No automatic attempt is made to reconnect after an invalid match; instead, an exception is thrown. The user must detect this type of failure and act appropriately.

Max Connection Retry

Default: 3

Specifies the maximum number of attempts at making a connection with the external TCP/IP server (host/port) before giving up.

Retry Connection Interval

Default: 30000 (milliseconds); in other words, 30 seconds

Specifies the number of milliseconds to wait between attempts to connect to the external TCP/IP server (host/port).