
public final class ResultSynchronizer<RESULT> extends Object implements ISynchronizer<RESULT>
| Constructor and Description |
|---|
ResultSynchronizer() |
public RESULT get(long timeout)
get in interface ISynchronizer<RESULT>public void put(RESULT result)
put in interface ISynchronizer<RESULT>public boolean put(RESULT result, long timeout)
put in interface ISynchronizer<RESULT>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.