com.github.inspektr.audit
Interface AuditPointRuntimeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
AspectJAuditPointRuntimeInfo

public interface AuditPointRuntimeInfo
extends Serializable

Encapsulates a runtime execution context at advised audit points. Used for diagnostic purposes to provide clear contextual information about any given audit point in case of runtime failures during audit capturing operation, e.g. any assert failures, etc.

Since:
1.0.6
Author:
Dmitriy Kopylenko

Method Summary
 String asString()
           
 

Method Detail

asString

String asString()
Returns:
String representation of this audit point runtime execution context


Copyright © 2007-2012 Rutgers, the State University of New Jersey. All Rights Reserved.