Class AuditAspect

java.lang.Object
org.audit4j.integration.spring.AuditAspect

public class AuditAspect extends Object
The Class AuditAspect.
 
  
     <aop:aspectj-autoproxy>
         ...
         <aop:include name="auditAspect"/>
     </aop:aspectj-autoproxy>
     
     <bean id="auditAspect" class="org.audit4j.integration.spring.AuditAspect" />
 
 
 
Author:
Janith Bandara
  • Constructor Details

    • AuditAspect

      public AuditAspect()
  • Method Details

    • audit

      public void audit(org.aspectj.lang.JoinPoint jointPoint) throws Throwable
      Audit Aspect.
      Parameters:
      jointPoint - the joint point
      Throws:
      Throwable - the throwable