JMMF API
pre-release v0.5

fr.umlv.jmmf.reflect
Class InvocationRequest

java.lang.Object
  |
  +--fr.umlv.jmmf.reflect.RequestObject
        |
        +--fr.umlv.jmmf.reflect.InvocationRequest

public class InvocationRequest
extends RequestObject

Version:
0.5.5
Author:
Remi Forax
See Also:
InvocationModel

Method Summary
 java.lang.Object getTarget()
          get the target object.
protected  void init(java.lang.Object target, java.lang.Object[] args, java.lang.Class[] types)
          init all fields.
 void setTarget(java.lang.Object target)
          set the target object.
 
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(java.lang.Object target,
                    java.lang.Object[] args,
                    java.lang.Class[] types)
init all fields.

getTarget

public java.lang.Object getTarget()
get the target object.

setTarget

public void setTarget(java.lang.Object target)
set the target object.

JMMF API
pre-release v0.5

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