|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.net4j.util.concurrent.ResultSynchronizer<RESULT>
public final class ResultSynchronizer<RESULT>
Constructor Summary | |
---|---|
ResultSynchronizer()
|
Method Summary | |
---|---|
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 |
Constructor Detail |
---|
public ResultSynchronizer()
Method Detail |
---|
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) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |