JadeInternetTCPIPConnection Class

The JadeInternetTCPIPConnection class implements the interface defined by the TcpIpConnection class specifically for the Internet Transmission Control Protocol / Internet Protocol (TCP/IP) API.

Callback methods must match the signature required by the calling asynchronous Connection or TcpIpConnection class method. Only one synchronous operation can be performed at one time. Only one synchronous read operation can be performed at one time on a connection.

As you can create a JadeInternetTCPIPConnection object as a shared transient object, you can pass it to another JADE process on the same JADE node, if required. Shared transient Internet TCP/IP connection objects enable you to create a communicator application that passes on messages to worker threads and to share connections between processes so that a new connection can be passed on to a worker application.

Ensure that you are in shared transient transaction state before you create or delete a JadeInternetTCPIPConnection object, by setting the TcpIpConnection class port property or the Connection class name property.

For details about the methods defined in the JadeInternetTCPIPConnection class, see "JadeInternetTCPIPConnection Methods", in the following subsection. For details about subclassing the JadeInternetTCPIPConnection class and reimplementing methods for the control of HTML documents, see "Reimplementing Methods to Interrupt the Processing Cycle", in Chapter 12 of the JADE Development Environment User’s Guide.

TcpIpConnection

(None)