|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.body.proxy.AbstractProxy
Constructor Summary | |
AbstractProxy()
|
Method Summary | |
protected static boolean |
isAsynchronousCall(MethodCall mc)
Checks if the given Call object c can be
processed with a future semantics, i-e if its returned object
can be a future object.
|
protected static boolean |
isOneWayCall(MethodCall mc)
Returns a boolean saying whether the methode is one-way or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.proactive.core.mop.Proxy |
reify |
Constructor Detail |
public AbstractProxy()
Method Detail |
protected static boolean isAsynchronousCall(MethodCall mc)
Call
object c
can be
processed with a future semantics, i-e if its returned object
can be a future object.
Two conditions must be met :
protected static boolean isOneWayCall(MethodCall mc)
void
as return type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |