Class ResultSynchronizer<RESULT>

  • All Implemented Interfaces:
    ISynchronizer<RESULT>

    public final class ResultSynchronizer<RESULT>
    extends java.lang.Object
    implements ISynchronizer<RESULT>
    Author:
    Eike Stepper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RESULT get​(long timeout)  
      void put​(RESULT result)  
      boolean put​(RESULT result, long timeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait