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

java.lang.Object
  extended byorg.objectweb.proactive.ext.webservices.utils.ReflectRequest
      extended byorg.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)
           
 
Method Summary
 java.lang.String getMethodName()
           
 java.util.ArrayList getParameters()
           
 RuntimeReply process()
           
 
Methods inherited from class org.objectweb.proactive.ext.webservices.utils.ReflectRequest
getHashMapReflect, getProActiveRuntimeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.