org.objectweb.proactive.core.runtime.http
Class RuntimeRequest
java.lang.Object
org.objectweb.proactive.ext.webservices.utils.ReflectRequest
org.objectweb.proactive.core.runtime.http.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)
|
RuntimeRequest(java.lang.String newmethodName,
java.util.ArrayList newparameters)
|
RuntimeRequest(java.lang.String newmethodName,
java.util.ArrayList newparameters,
java.util.ArrayList newparamsTypes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeRequest
public RuntimeRequest(java.lang.String newmethodName)
RuntimeRequest
public RuntimeRequest(java.lang.String newmethodName,
java.util.ArrayList newparameters)
RuntimeRequest
public RuntimeRequest(java.lang.String newmethodName,
java.util.ArrayList newparameters,
java.util.ArrayList newparamsTypes)
process
public RuntimeReply process()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMethodName
public java.lang.String getMethodName()
getParameters
public java.util.ArrayList getParameters()
Copyright ? October 2004 INRIA All Rights Reserved.