Class TCPIPLink.TxId

java.lang.Object
org.jcsp.net.tcpip.TCPIPLink.TxId
All Implemented Interfaces:
CSProcess
Enclosing class:
TCPIPLink

private class TCPIPLink.TxId extends Object implements CSProcess
The process which sends our Id. On success, it doesn't change anything. If there is an exception, it closes the socket, sets txStream=null, and returns.
  • Constructor Details

    • TxId

      private TxId()
  • Method Details

    • run

      public void run()
      The run method.
      Specified by:
      run in interface CSProcess