Class AuditEvent


  • public class AuditEvent
    extends Object
    Holder of audit information
    Since:
    Aug 21, 2006
    Version:
    $Revision$
    Author:
    Anil Saldhana
    • Method Detail

      • getAuditLevel

        public String getAuditLevel()
        Return the Audit Level
        Returns:
      • getContextMap

        public Map<String,​Object> getContextMap()
        Get the Contextual Map
        Returns:
        Map that is final
      • setContextMap

        public void setContextMap​(Map<String,​Object> cmap)
        Set a non-modifiable Context Map
        Parameters:
        cmap - Map that is final
      • getUnderlyingException

        public Exception getUnderlyingException()
        Get the Exception part of the audit
        Returns:
      • setUnderlyingException

        public void setUnderlyingException​(Exception underlyingException)
        Set the exception on which an audit is happening
        Parameters:
        underlyingException -