Uses of Interface
org.jwall.web.audit.io.AuditEventWriter

Packages that use AuditEventWriter
org.jwall.web.audit.io This package contains the interfaces and classes that are used to read event from various sources or write audit-event to files. 
 

Uses of AuditEventWriter in org.jwall.web.audit.io
 

Classes in org.jwall.web.audit.io that implement AuditEventWriter
 class AuditLogFileWriter
          This is a persistence-thread which listens for events and writes them to a file.
 class BufferedAuditEventWriter
          This class implements a simple persistency thread.
 class ConcurrentAuditWriter
          This class implements a simple writer that writes audit-events in the concurrent log format of modsecurity.
 class ModSecurity2AuditWriter
          This simple writer creates an audit-log file in the format of the ModSecurity2 audit-log.
 

Constructors in org.jwall.web.audit.io with parameters of type AuditEventWriter
BufferedAuditEventWriter(AuditEventWriter wr)
          This creates a new buffered event-writer that uses the given event-writer implementation to write audit-events to disk.
 



Copyright © 2012 jwall.org. All Rights Reserved.