Class ResultSynchronizer<RESULT>
- java.lang.Object
- 
- org.eclipse.net4j.util.concurrent.ResultSynchronizer<RESULT>
 
- 
- All Implemented Interfaces:
- ISynchronizer<RESULT>
 
 public final class ResultSynchronizer<RESULT> extends java.lang.Object implements ISynchronizer<RESULT> - Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description ResultSynchronizer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RESULTget(long timeout)voidput(RESULT result)booleanput(RESULT result, long timeout)
 
- 
- 
- 
Method Detail- 
getpublic RESULT get(long timeout) - Specified by:
- getin interface- ISynchronizer<RESULT>
 
 - 
putpublic void put(RESULT result) - Specified by:
- putin interface- ISynchronizer<RESULT>
 
 - 
putpublic boolean put(RESULT result, long timeout) - Specified by:
- putin interface- ISynchronizer<RESULT>
 
 
- 
 
-