JMMF API
pre-release v0.8

fr.umlv.jmmf.hook
Interface MultiPostMessage

All Superinterfaces:
Message, MultiMessage

public interface MultiPostMessage
extends MultiMessage

Version:
0.6.2
Author:
Remi Forax
See Also:
MultiHook

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.MultiMessage
getMultiMethod, getParameters, getParameterTypes, 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.8

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