public final class ResultSynchronizer<RESULT> extends Object implements ISynchronizer<RESULT>
| Constructor and Description |
|---|
ResultSynchronizer() |
| Modifier and Type | Method and Description |
|---|---|
RESULT |
get(long timeout) |
void |
put(RESULT result) |
boolean |
put(RESULT result,
long timeout) |
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-2015 Eike Stepper (Berlin, Germany) and others.