|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ext.webservices.utils.ReflectRequest
org.objectweb.proactive.core.body.http.BodyRequest
This class is used to encapsulate a request into an HTTP message
Serializable
,
ReflectRequest
,
Serialized FormConstructor Summary | |
BodyRequest(java.lang.String methodName,
java.util.ArrayList parameters,
UniqueID oaid)
Construct a request to send to the Active object identified by the UniqueID |
Method Summary | |
RuntimeReply |
process()
This method process the request. |
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 |
public BodyRequest(java.lang.String methodName, java.util.ArrayList parameters, UniqueID oaid)
methodName
- The method name contained in the requestparameters
- The parameters associated with the methodoaid
- The unique ID of targeted active objectMethod Detail |
public RuntimeReply process() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |