org.objectweb.proactive.core.runtime.http.messages
Class RuntimeRequest
java.lang.Object
org.objectweb.proactive.core.body.http.util.HttpMessage
org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
org.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
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)
|
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 |
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)
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.