com.github.inspektr.audit
Class AspectJAuditPointRuntimeInfo
java.lang.Object
com.github.inspektr.audit.AspectJAuditPointRuntimeInfo
- All Implemented Interfaces:
- AuditPointRuntimeInfo, Serializable
public class AspectJAuditPointRuntimeInfo
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectJAuditPointRuntimeInfo
public AspectJAuditPointRuntimeInfo(org.aspectj.lang.JoinPoint currentJoinPoint)
asString
public String asString()
- Specified by:
asString in interface AuditPointRuntimeInfo
- Returns:
- String representation of this audit point runtime execution context
Copyright © 2007-2012 Rutgers, the State University of New Jersey. All Rights Reserved.