Sun Microsystems TCP Computer Hardware User Manual


 
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 congure 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 nameor IP address used to establisha TCP/IP connection. This
property is onlyused when the Connection Type is setto Client. The default value
is localhost.
ServerPort An integerbetween 0 and 65535, indicating theport 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 indicatingthe maximum length of the queuefor incoming connection
requests when creatingthe server socket. When a connectionindication arrives
and the queueis full, the connection is refused.
This parameter is only used when Connection Type is set to Server.
Connection Mode An indicator ofhow the Adapter connectsto the external system. Select oneof the
following options:
Automatic TheAdapter connects to theexternal system during
initialization based onthe connection settings (host and portnumber)
dened in theenvironment. This enables dynamic connections
Manual Theconnection settings are provided inthe 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
specic to the resource adapter pool of the GlassFish Server or Sun Runtime Server. These
properties settings are packaged into sun-ra.xml.
ConguringSunAdapterforTCP/IPHL7EnvironmentProperties
SunAdapterforTCP/IPHL7User's Guide 95