Package org.audit4j.integration.spring
Class AuditAspectOld
java.lang.Object
org.audit4j.integration.spring.AuditAspectOld
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaudit(org.aspectj.lang.JoinPoint jointPoint) Deprecated.Audit.
-
Constructor Details
-
AuditAspectOld
public AuditAspectOld()Deprecated.
-
-
Method Details
-
audit
Deprecated.Audit.- Parameters:
jointPoint- the pjp- Throws:
Throwable- the throwable
-