|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditActionResolver
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide the action taken.
| Method Summary | |
|---|---|
String |
resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
Exception exception,
Audit audit)
Resolve the action for the audit event that has incurred an exception. |
String |
resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
Object retval,
Audit audit)
Resolve the action for the audit event. |
| Method Detail |
|---|
String resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
Object retval,
Audit audit)
auditableTarget - retval - The returned valueaudit - the Audit annotation that may contain additional information.
String resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
Exception exception,
Audit audit)
auditableTarget - exception - The exception incurred when the join point proceeds.audit - the Audit annotation that may contain additional information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||