com.github.inspektr.audit
Class AspectJAuditPointRuntimeInfo

java.lang.Object
  extended by 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

Constructor Summary
AspectJAuditPointRuntimeInfo(org.aspectj.lang.JoinPoint currentJoinPoint)
           
 
Method Summary
 String asString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectJAuditPointRuntimeInfo

public AspectJAuditPointRuntimeInfo(org.aspectj.lang.JoinPoint currentJoinPoint)
Method Detail

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.