Package org.jcsp.net

Class LoopbackLink.TxLoop

  • All Implemented Interfaces:
    CSProcess
    Enclosing class:
    LoopbackLink

    private class LoopbackLink.TxLoop
    extends java.lang.Object
    implements CSProcess
    The process which does transmission to the stream.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TxLoop()  
    • 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

      • TxLoop

        private TxLoop()
    • Method Detail

      • run

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