Package edu.jas.gb

Class GBExerClient<C extends RingElem<C>>

  • All Implemented Interfaces:
    RemoteExecutable, java.io.Serializable, java.lang.Runnable

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

      Fields 
      Modifier and Type Field Description
      (package private) int dhtport  
      (package private) java.lang.String host  
      (package private) int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      GBExerClient​(java.lang.String host, int port, int dhtport)
      GBExerClient.
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • host

        java.lang.String host
      • port

        int port
      • dhtport

        int dhtport
    • Constructor Detail

      • GBExerClient

        public GBExerClient​(java.lang.String host,
                            int port,
                            int dhtport)
        GBExerClient.
        Parameters:
        host -
        port -
        dhtport -
    • Method Detail

      • run

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

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