JMMF API
pre-release v0.5

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 fr.umlv.jmmf.reflect.RequestObject
getParameters, getParameterTypes, init, insertParameter, setParameters, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()

JMMF API
pre-release v0.5

Rémi Forax 1999,2000 Université de Marne la Vallée