The TcpIpConnection class implements the interface defined by the
Only one synchronous operation can be performed at one time. Only one synchronous or asynchronous read operation can be performed at one time on a connection. Many asynchronous write operations can be performed at the same time on one connection.
As you can create a TcpIpConnection object as a shared transient object, you can pass it to another JADE process on the same JADE node, if required. Shared transient 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 TcpIpConnection object, by setting the port property or the
The
For details about the constants, properties, and methods defined in the TcpIpConnection class, see "TcpIpConnection Constants", "TcpIpConnection Properties", and "TcpIpConnection Methods", in the following subsections.