org.objectweb.proactive.core.body.http.util.messages
Class ReflectRequest

java.lang.Object
  extended byorg.objectweb.proactive.core.body.http.util.HttpMessage
      extended byorg.objectweb.proactive.core.body.http.util.messages.ReflectRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BodyRequest, RuntimeRequest

public abstract class ReflectRequest
extends HttpMessage

Author:
jbroccol
See Also:
Serialized Form

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

ReflectRequest

public ReflectRequest(java.lang.String url)
Method Detail

getHashMapReflect

protected static java.util.HashMap getHashMapReflect(java.lang.Class theclass)
init the hashmap, that contains all the methods of ProActiveRuntimeImpl

Parameters:
theclass - we want to get all the methods
Returns:
an HasMap containing methods and parameters

getProActiveRuntimeMethod

protected java.lang.reflect.Method getProActiveRuntimeMethod(java.lang.String methodsearch,
                                                             java.util.ArrayList paramsearch,
                                                             java.lang.Object hashobjet)
Get

Parameters:
methodsearch - The searched method
paramsearch - The parameters of this method
hashobjet - ???
Returns:
a Method representing the method in the ProActiveRuntime


Copyright 2001-2005 INRIA All Rights Reserved.