Class UnicastTest.Sender

java.lang.Object
java.lang.Thread
org.jgroups.tests.UnicastTest.Sender
All Implemented Interfaces:
Runnable
Enclosing class:
UnicastTest

protected class UnicastTest.Sender extends Thread
  • Field Details

    • number_of_msgs

      protected final int number_of_msgs
    • destination

      protected final Address destination
    • print

      protected final int print
    • buf

      protected final byte[] buf
  • Constructor Details

    • Sender

      public Sender(int num_msgs, int msg_size, Address destination, int print)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread