org.objectweb.proactive.core.runtime.http.messages
Class RuntimeRequest

java.lang.Object
  extended byorg.objectweb.proactive.core.body.http.util.HttpMessage
      extended byorg.objectweb.proactive.core.body.http.util.messages.ReflectRequest
          extended byorg.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
All Implemented Interfaces:
java.io.Serializable

public class RuntimeRequest
extends ReflectRequest
implements java.io.Serializable

Author:
vlegrand To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.body.http.util.HttpMessage
returnedObject
 
Constructor Summary
RuntimeRequest(java.lang.String newmethodName, java.util.ArrayList newparameters, java.util.ArrayList newparamsTypes, java.lang.String url)
           
RuntimeRequest(java.lang.String newmethodName, java.util.ArrayList newparameters, java.lang.String url)
           
RuntimeRequest(java.lang.String newmethodName, java.lang.String url)
           
 
Method Summary
 java.lang.String getMethodName()
           
 java.util.ArrayList getParameters()
           
 java.lang.Object getReturnedObject()
           
 java.lang.Object processMessage()
          Processes the message.
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
getHashMapReflect, getProActiveRuntimeMethod
 
Methods inherited from class org.objectweb.proactive.core.body.http.util.HttpMessage
send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeRequest

public RuntimeRequest(java.lang.String newmethodName,
                      java.lang.String url)

RuntimeRequest

public RuntimeRequest(java.lang.String newmethodName,
                      java.util.ArrayList newparameters,
                      java.lang.String url)

RuntimeRequest

public RuntimeRequest(java.lang.String newmethodName,
                      java.util.ArrayList newparameters,
                      java.util.ArrayList newparamsTypes,
                      java.lang.String url)
Method Detail

getReturnedObject

public java.lang.Object getReturnedObject()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

processMessage

public java.lang.Object processMessage()
                                throws java.lang.Exception
Description copied from class: HttpMessage
Processes the message.

Specified by:
processMessage in class HttpMessage
Returns:
an object as a result of the execution of the message
Throws:
java.lang.Exception

getMethodName

public java.lang.String getMethodName()

getParameters

public java.util.ArrayList getParameters()

toString

public java.lang.String toString()


Copyright 2001-2005 INRIA All Rights Reserved.