Hl7 outbound adapter - tcpip outbound settings, Hl7 outbound adapter - connection pool settings – Sun Microsystems Sun Adapter IP HL 7 User Manual
Page 95
HL7 Outbound Adapter - TCPIP Outbound Settings
The following table lists and describes the properties that appear on the MDB Pool Setting page
of the Properties Editor accessed from the Environment. These properties configure the Java
socket and server socket options. For more information, see the Javadocs provided with Java
SDK.
TABLE 55
Environment - HL7 Outbound Adapter - TCPIP Outbound Settings
Name
Description
Host
The host name or IP address used to establish a TCP/IP connection. This
property is only used when the Connection Type is set to Client. The default value
is localhost.
ServerPort
An integer between 0 and 65535, indicating the port number of the TCP/IP
destination. This is dependent on the value set for Connection Type. If
Connection Type
is set to Server, it indicates the port number on the local host; if
Connection Type
is set to Client, it indicates the port number of the external host.
Backlog
An integer indicating the maximum length of the queue for incoming connection
requests when creating the server socket. When a connection indication arrives
and the queue is full, the connection is refused.
This parameter is only used when Connection Type is set to Server.
Connection Mode
An indicator of how the Adapter connects to the external system. Select one of the
following options:
■
Automatic
– The Adapter connects to the external system during
initialization based on the connection settings (host and port number)
defined in the environment. This enables dynamic connections
■
Manual
– The connection settings are provided in the Java Collaboration
through method calls, so the connection is done manually.
HL7 Outbound Adapter - Connection Pool Settings
The following table lists and describes the properties that appear on the Connection Pool
Setting page of the Properties Editor accessed from the Environment. These properties are
specific to the resource adapter pool of the GlassFish Server or Sun Runtime Server. These
properties settings are packaged into sun-ra.xml.
Configuring Sun Adapter for TCP/IP HL7 Environment Properties
Sun Adapter for TCP/IP HL7 User's Guide
95