Справочник Пользователя для Sun Microsystems TCP

Скачать
Страница из 150
TABLE 42
Connectivity Map - TCPIP Outbound Settings (V3)
(Continued)
Name
Description
SoTimeout
The value of the SoTimeout in milliseconds. You can enter a value greater than or
equal to zero (0). When set to zero (0), the timeout is infinite.
With this option set to a non-zero value, calling the read() method on the input
stream associated with this socket will block for only the configured length of
time. If the timeout expires, a java.io.InterruptedIOException or
java.net.SocketTimeoutException
is thrown, but the socket remains valid.
Enable this option prior to entering the blocking operation.
TcpNoDelay
An indicator of whether data packets that are smaller than the maximum transfer
unit (MTU) size are sent out immediately over the network (this refers to Nagle’s
algorithm). Select one of the following options:
True
– Indicates that the server allows data packets that are smaller than the
MTU size to be sent out immediately over the network. This can improve
performance for higher-speed networks.
False
– Indicates that the server does not allow data packets that are less than
the MTU size be sent out immediately over the network.
This is used for the accepted client socket.
Socket Factory
Implementation Class
Name
The name of the Java class that implements the socket factory. This class is used to
create the socket. If you have provided your own socket implementation, enter
the name of the Java class that contains this implementation here. The factory
implementation class must implement the
com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
interface.
The default value is
com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
TCPIP Outbound Settings - Client Connection
Establishment — TCP/IP HL7 V3 Outbound Adapter
The following table lists and describes the properties that appear on the Client Connection
Establishment page of the Properties Editor accessed from the Connectivity Map. These
properties configure how connections are established. This section is only used when the
Connection Type
under TCPIP Outbound Settings is set to Client.
TABLE 43
Connectivity Map - TCPIP Outbound Settings (V3) - Client Connection Establishment
Name
Description
Time To Wait Before
Attempting Connection
The length of time (in milliseconds) the adapter waits before attempting to
connect to the external system.
TCP/IP HL7 V3 Adapter Outbound Connectivity Map Properties
Sun Adapter for TCP/IP HL7 User's Guide
83