|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ObjectForSynchronousCall
public final class ObjectForSynchronousCall
An object instance of this class is to be returned when a method of an active object needs to be called synchronously. No real data is expected as a result, but the caller needs to wait the actual execution (service) of the request. Because the class is final, the reified call cannot return a future and will do a synchronous call.
This type can be used instead of void to perform the synchronous call. Note that any final object will result in the same behaviour.
Constructor Summary | |
---|---|
ObjectForSynchronousCall()
No arg constructor for Serializable |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectForSynchronousCall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |