fr.umlv.jmmf.adapter
Class MethodMappingRequest
java.lang.Object
|
+--fr.umlv.jmmf.reflect.RequestObject
|
+--fr.umlv.jmmf.adapter.MethodMappingRequest
- public class MethodMappingRequest
- extends RequestObject
- Version:
- 0.5.5
- Author:
- Remi Forax
- See Also:
MethodMappingModel.requestMethodMapping(MethodMappingRequest)
|
Method Summary |
Adapter |
getAdapter()
|
java.lang.reflect.Method |
getMethod()
|
java.lang.String |
getName()
get the name of the requested method. |
protected void |
init(Adapter adapter,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Class[] types)
init all fields. |
void |
setName(java.lang.String name)
set the name of the requested method. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
init
protected void init(Adapter adapter,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Class[] types)
- init all fields.
getAdapter
public Adapter getAdapter()
- Returns:
- the adapter that send this request.
getMethod
public java.lang.reflect.Method getMethod()
- Returns:
- the requested method.
getName
public java.lang.String getName()
- get the name of the requested method.
- Returns:
- the name of the request method.
- See Also:
setName(String)
setName
public void setName(java.lang.String name)
- set the name of the requested method.
- Parameters:
name - the new name of the requested method.- See Also:
getName()
Rémi Forax 1999,2000 Université de Marne la Vallée