Package edu.jas.gb

Class GBExerClient<C extends RingElem<C>>

java.lang.Object
edu.jas.gb.GBExerClient<C>
All Implemented Interfaces:
RemoteExecutable, Serializable, Runnable

class GBExerClient<C extends RingElem<C>> extends Object implements RemoteExecutable
Objects of this class are to be send to a ExecutableServer.
  • Field Details

    • host

      String host
    • port

      int port
    • dhtport

      int dhtport
  • Constructor Details

    • GBExerClient

      public GBExerClient(String host, int port, int dhtport)
      GBExerClient.
      Parameters:
      host -
      port -
      dhtport -
  • Method Details

    • run

      public void run()
      run.
      Specified by:
      run in interface Runnable
    • toString

      public String toString()
      String representation.
      Overrides:
      toString in class Object