Package org.apereo.inspektr.audit
Class AspectJAuditPointRuntimeInfo
- java.lang.Object
-
- org.apereo.inspektr.audit.AspectJAuditPointRuntimeInfo
-
- All Implemented Interfaces:
java.io.Serializable,AuditPointRuntimeInfo
public class AspectJAuditPointRuntimeInfo extends java.lang.Object implements AuditPointRuntimeInfo
Wrapper around AspectJ's JoinPoint containing the runtime execution info for current audit points- Since:
- 1.0.6
- Author:
- Dmitriy Kopylenko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AspectJAuditPointRuntimeInfo(org.aspectj.lang.JoinPoint currentJoinPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasString()
-
-
-
Method Detail
-
asString
public java.lang.String asString()
- Specified by:
asStringin interfaceAuditPointRuntimeInfo- Returns:
- String representation of this audit point runtime execution context
-
-