|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodAuditModel
The audit model used to audit method calls.
Method Summary | |
---|---|
AuditMode |
afterExecution(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
Report if audit behaviour can be determined after the method call |
AuditMode |
beforeExecution(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
Report if audit behaviour can be determined before the method call |
TrueFalseUnset |
getAuditInternalServiceMethods(org.aopalliance.intercept.MethodInvocation mi)
Deteine if internal calls to public service shoud be audited |
RecordOptions |
getAuditRecordOptions(org.aopalliance.intercept.MethodInvocation mi)
Get the optional parameters that are to be recorded |
AuditMode |
onError(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
Report if audit behaviour should be invoked on error. |
Method Detail |
---|
AuditMode beforeExecution(AuditMode auditMode, org.aopalliance.intercept.MethodInvocation mi)
auditMode
- mi
-
AuditMode afterExecution(AuditMode auditMode, org.aopalliance.intercept.MethodInvocation mi)
auditMode
- mi
-
AuditMode onError(AuditMode auditMode, org.aopalliance.intercept.MethodInvocation mi)
auditMode
- mi
-
RecordOptions getAuditRecordOptions(org.aopalliance.intercept.MethodInvocation mi)
mi
-
TrueFalseUnset getAuditInternalServiceMethods(org.aopalliance.intercept.MethodInvocation mi)
mi
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |