Klasse SynchronizingCorrelator<CORRELATION,RESULT>
java.lang.Object
org.eclipse.net4j.util.concurrent.SynchronizingCorrelator<CORRELATION,RESULT>
- Alle implementierten Schnittstellen:
ICorrelator<CORRELATION,ISynchronizer<RESULT>>
public class SynchronizingCorrelator<CORRELATION,RESULT>
extends Object
implements ICorrelator<CORRELATION,ISynchronizer<RESULT>>
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcorrelate(CORRELATION correlation) correlateUnique(CORRELATION correlation) protected ISynchronizer<RESULT> createSynchronizer(CORRELATION correlation) get(CORRELATION correlation, long timeout) getSynchronizer(CORRELATION correlation) booleanisCorrelated(CORRELATION correlation) voidput(CORRELATION correlation, RESULT result) booleanput(CORRELATION correlation, RESULT result, long timeout) booleanputIfCorrelated(CORRELATION correlation, RESULT result) toString()uncorrelate(CORRELATION correlation)
-
Konstruktordetails
-
SynchronizingCorrelator
public SynchronizingCorrelator()
-
-
Methodendetails
-
getSynchronizer
- Seit:
- 3.0
-
correlate
- Angegeben von:
correlatein SchnittstelleICorrelator<CORRELATION,RESULT>
-
correlateUnique
- Angegeben von:
correlateUniquein SchnittstelleICorrelator<CORRELATION,RESULT>
-
uncorrelate
- Angegeben von:
uncorrelatein SchnittstelleICorrelator<CORRELATION,RESULT>
-
get
-
put
-
put
-
createSynchronizer
-
toString
-