The JadeInternetTCPIPConnection class implements the interface defined by the
Callback methods must match the signature required by the calling asynchronous Connection or
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
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 "
(None)