Class AspectJAuditPointRuntimeInfo

  • All Implemented Interfaces:
    java.io.Serializable, AuditPointRuntimeInfo

    public class AspectJAuditPointRuntimeInfo
    extends java.lang.Object
    implements AuditPointRuntimeInfo
    Wrapper around AspectJ's JoinPoint containing the runtime execution info for current audit points
    Since:
    1.0.6
    Author:
    Dmitriy Kopylenko
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String asString()  
      • Methods inherited from class java.lang.Object

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

      • AspectJAuditPointRuntimeInfo

        public AspectJAuditPointRuntimeInfo​(org.aspectj.lang.JoinPoint currentJoinPoint)
    • Method Detail

      • asString

        public java.lang.String asString()
        Specified by:
        asString in interface AuditPointRuntimeInfo
        Returns:
        String representation of this audit point runtime execution context