Package com.unitesk.aspectrace.impl
Class MethodEndMessage
- java.lang.Object
-
- com.unitesk.aspectrace.AspectMessage
-
- com.unitesk.aspectrace.impl.MethodEndMessage
-
public class MethodEndMessage extends AspectMessage
Trace message: Return from realized method. If the called method returns some value or throws an exception then message must contain corresponding information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getException()
int
getId()
java.lang.String
getRetVal()
java.lang.String
getSignature()
-
Methods inherited from class com.unitesk.aspectrace.AspectMessage
getAdapter, getAllTags, getAspect, getChannel, getMyTags
-
-