psdi.util.logging

Class EntryExitTracing

  • java.lang.Object
    • psdi.util.logging.EntryExitTracing
    • Constructor Summary

      Constructors 
      Constructor and Description
      EntryExitTracing() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.lang.String makeParameterString(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, java.lang.annotation.Annotation[][] parameterAnnotations) 
      protected java.lang.String makeReturnString(org.aspectj.lang.Signature signature, java.lang.Object result) 
      protected java.lang.String makeThrowableString(java.lang.Throwable t) 
      java.lang.Object trace(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, org.aspectj.lang.JoinPoint.EnclosingStaticPart enclosingPart) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntryExitTracing

        public EntryExitTracing()
    • Method Detail

      • trace

        public final java.lang.Object trace(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
                                            org.aspectj.lang.JoinPoint.EnclosingStaticPart enclosingPart)
      • makeReturnString

        protected java.lang.String makeReturnString(org.aspectj.lang.Signature signature,
                                                    java.lang.Object result)
      • makeParameterString

        protected java.lang.String makeParameterString(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
                                                       java.lang.annotation.Annotation[][] parameterAnnotations)
      • makeThrowableString

        protected java.lang.String makeThrowableString(java.lang.Throwable t)