|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.ObjectForSynchro
An object instance of this class is to be returned when a method of an active object wants to let the caller wait synchronously the end of the execution of the method. No real data is expected as a result, but the caller can used the object returned to wait the actual execution (service) of the request.
In order to wait the method waitFor
of ProActive
can be used
Object sync = A.m(); // m returns a future of an ObjectForSynchro ProActive.waitFor(sync); // perform a wait until the ObjectForSynchro if returned
Constructor Summary | |
ObjectForSynchro()
No arg constructor for Serializable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectForSynchro()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |