Class AuditAspectOld

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

@Deprecated public class AuditAspectOld extends Object
Deprecated.
The Class AuditAspect.

Configuration:

 
 <aop:config>
     <aop:aspect id="audit" ref="auditAspect">
         <aop:pointcut id="packages"
             expression="execution(* com.xyz.myapp.service.*.*(..))" />
         <aop:before pointcut-ref="packages" method="audit" />
     </aop:aspect>
 </aop:config>
 
 <bean id="auditAspect" class="org.audit4j.integration.spring.AuditAspect"/>
 
 
Author:
Janith Bandara
  • Constructor Details

    • AuditAspectOld

      public AuditAspectOld()
      Deprecated.
  • Method Details

    • audit

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