|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.http.util.HttpMessage
org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
Field Summary |
Fields inherited from class org.objectweb.proactive.core.body.http.util.HttpMessage |
returnedObject |
Constructor Summary | |
ReflectRequest(java.lang.String url)
|
Method Summary | |
protected static java.util.HashMap |
getHashMapReflect(java.lang.Class theclass)
init the hashmap, that contains all the methods of ProActiveRuntimeImpl |
protected java.lang.reflect.Method |
getProActiveRuntimeMethod(java.lang.String methodsearch,
java.util.ArrayList paramsearch,
java.lang.Object hashobjet)
Get |
Methods inherited from class org.objectweb.proactive.core.body.http.util.HttpMessage |
processMessage, send |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReflectRequest(java.lang.String url)
Method Detail |
protected static java.util.HashMap getHashMapReflect(java.lang.Class theclass)
theclass
- we want to get all the methods
protected java.lang.reflect.Method getProActiveRuntimeMethod(java.lang.String methodsearch, java.util.ArrayList paramsearch, java.lang.Object hashobjet)
methodsearch
- The searched methodparamsearch
- The parameters of this methodhashobjet
- ???
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |