JMMF API
pre-release v0.6

fr.umlv.jmmf.hook
Interface MultiMethodPostMessage

All Superinterfaces:
Message, MultiMethodMessage

public interface MultiMethodPostMessage
extends MultiMethodMessage

Version:
0.6.2
Author:
Remi Forax
See Also:
MultiMethodHook

Method Summary
 java.lang.Object getResult()
          return the result of the invocation call.
 java.lang.Object getTargetMethod()
          return the target method.
 void setResult(java.lang.Object result)
          set an object as the result of the invocation call.
 
Methods inherited from interface fr.umlv.jmmf.hook.MultiMethodMessage
getParameters, getParameterTypes, getSource, getTarget
 

Method Detail

getResult

public java.lang.Object getResult()
return the result of the invocation call.

setResult

public void setResult(java.lang.Object result)
set an object as the result of the invocation call.

getTargetMethod

public java.lang.Object getTargetMethod()
return the target method.

JMMF API
pre-release v0.6

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