Interface AuctionMgmtRemote

    • Method Detail

      • workSync

        void workSync​(int count,
                      long msecs)
        An example of performing a synchronous task while client has to wait for the result.
        Parameters:
        count - number of tasks to perform
        delay - time each task should take
      • workAsync

        void workAsync​(int count,
                       long msecs)
        An example of performing an async task while client doesn't wait for result.
        Parameters:
        count - number of tasks to perform
        delay - time each task should take