Package org.apereo.inspektr.audit
Class AspectJAuditPointRuntimeInfo
java.lang.Object
org.apereo.inspektr.audit.AspectJAuditPointRuntimeInfo
- All Implemented Interfaces:
Serializable,AuditPointRuntimeInfo
Wrapper around AspectJ's JoinPoint containing the runtime execution info for current audit points
- Since:
- 1.0.6
- Author:
- Dmitriy Kopylenko
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AspectJAuditPointRuntimeInfo
public AspectJAuditPointRuntimeInfo(org.aspectj.lang.JoinPoint currentJoinPoint)
-
-
Method Details
-
asString
- Specified by:
asStringin interfaceAuditPointRuntimeInfo- Returns:
- String representation of this audit point runtime execution context
-