Class 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 Detail

      • getSignature

        public java.lang.String getSignature()
      • getId

        public int getId()
      • getException

        public java.lang.String getException()
      • getRetVal

        public java.lang.String getRetVal()