Class TCPIPLink.TxId

  • All Implemented Interfaces:
    CSProcess
    Enclosing class:
    TCPIPLink

    private class TCPIPLink.TxId
    extends java.lang.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 Summary

      Constructors 
      Modifier Constructor Description
      private TxId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      The run method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TxId

        private TxId()
    • Method Detail

      • run

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