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. |
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.
Rémi Forax 1999,2000 Université de Marne la Vallée