JMMF API
pre-release v0.8

fr.umlv.jmmf.hook
Interface AdapterPostMessage

All Superinterfaces:
AdapterMessage, Message

public interface AdapterPostMessage
extends AdapterMessage

Version:
0.5.9
Author:
Remi Forax
See Also:
AdapterHook

Method Summary
 java.lang.Object getResult()
          return the result of the invocation call.
 java.lang.Object getTarget()
          return the target object of the target multi-method.
 MultiMethod 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.AdapterMessage
getMultiMethodName, getParameters, getParameterTypes, getReturnType, getSource
 

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.

getTarget

public java.lang.Object getTarget()
return the target object of the target multi-method.

getTargetMethod

public MultiMethod getTargetMethod()
return the target method.

JMMF API
pre-release v0.8

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