|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditResourceResolver
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide a current resource on which an audit-able action is being performed.
| Method Summary | |
|---|---|
String[] |
resolveFrom(org.aspectj.lang.JoinPoint target,
Exception exception)
Resolve the auditable resource for an audit-able action that has incurred an exception. |
String[] |
resolveFrom(org.aspectj.lang.JoinPoint target,
Object returnValue)
Resolve the auditable resource. |
| Method Detail |
|---|
String[] resolveFrom(org.aspectj.lang.JoinPoint target,
Object returnValue)
target - the join point that contains the arguments.returnValue - The returned value
String[] resolveFrom(org.aspectj.lang.JoinPoint target,
Exception exception)
target - the join point that contains the arguments.exception - The exception incurred when the join point proceeds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||