Uses of Interface
org.jwall.web.audit.AuditEventListener

Packages that use AuditEventListener
org.jwall.audit.server   
org.jwall.web.audit This package encapsulates the AuditEvent-framework that is used to represent, create, manage and handle audit events within a Java environment. 
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. 
org.jwall.web.audit.net The net-package provides network communication like sending or receiving of audit data over tcp-connections. 
org.jwall.web.audit.session The session-package provides some interfaces to implement session trackers. 
org.jwall.web.audit.util This package simply contains some utility classes that are used for parsing and convenience. 
 

Uses of AuditEventListener in org.jwall.audit.server
 

Classes in org.jwall.audit.server that implement AuditEventListener
 class AuditEventStreamHandler
           
 

Methods in org.jwall.audit.server with parameters of type AuditEventListener
 void AuditEventStreamHandler.setEventStore(AuditEventListener store)
           
 

Constructors in org.jwall.audit.server with parameters of type AuditEventListener
ModSecurity2AuditStream(InputStream in, AuditEventListener listener)
          This constructor creates an audit-event-Reader that reads from the given input stream.
ModSecurity2AuditStream(InputStream in, AuditEventListener listener, boolean persist)
          This constructor creates an audit-event-Reader that reads from the given input stream.
 

Uses of AuditEventListener in org.jwall.web.audit
 

Classes in org.jwall.web.audit that implement AuditEventListener
 class AuditEventQueue
          A simple queue which holds some audit-events.
 

Methods in org.jwall.web.audit that return types with arguments of type AuditEventListener
 Collection<AuditEventListener> AuditEventDispatcher.getAuditEventListeners()
          Returns the collection of currently registered listeners.
 

Methods in org.jwall.web.audit with parameters of type AuditEventListener
 void AuditEventDispatcher.addAuditEventListener(AuditEventListener listener)
          Register another listener which is to be notified if another event has been created.
 void AuditEventDispatcher.removeAuditEventListener(AuditEventListener listener)
          Remove the given listener from the list of listeners.
 

Constructors in org.jwall.web.audit with parameters of type AuditEventListener
AuditEventObfuscatorPipe(AuditEventListener out)
           
 

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

Classes in org.jwall.web.audit.io that implement AuditEventListener
 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.
 

Methods in org.jwall.web.audit.io with parameters of type AuditEventListener
 void AuditLogFileWriter.addEventListener(AuditEventListener listener)
           
 

Constructors in org.jwall.web.audit.io with parameters of type AuditEventListener
ModSecurity2AuditStream(InputStream in, AuditEventListener listener)
          This constructor creates an audit-event-Reader that reads from the given input stream.
ModSecurity2AuditStream(InputStream in, AuditEventListener listener, boolean persist)
          This constructor creates an audit-event-Reader that reads from the given input stream.
 

Uses of AuditEventListener in org.jwall.web.audit.net
 

Classes in org.jwall.web.audit.net that implement AuditEventListener
 class AuditEventConsoleSender
          This class implements a simple socket-handler which provides easy injection of audit-events to the modsecurity-console.
 class AuditEventMLogcReceiver
           This class implements a simple SSL based server component for receiving ModSecurity audit events from the mlogc application.
 class AuditEventURLConnectionSender
          This class implements a simple socket-handler which provides easy injection of audit-events to the modsecurity-console.
 class NetworkClientWorkerThread
          This class implements a client handler thread.
 class NetworkEventServer
          This class implements a small event-server thread.
 

Methods in org.jwall.web.audit.net with parameters of type AuditEventListener
 void NetworkAuditEventSource.addEventListener(AuditEventListener l)
          This method adds the given listener to the list of listeners to be notified of new events.
 void AuditEventStreamHandler.addListener(AuditEventListener l)
           
 void NetworkAuditEventSource.removeEventListener(AuditEventListener l)
          This method removes the given listener.
 

Constructors in org.jwall.web.audit.net with parameters of type AuditEventListener
SyslogAuditEventMultiStream(InputStream in, AuditEventListener listener)
          This constructor creates an audit-event-Reader that reads from the given input stream.
SyslogAuditEventStream(File file, AuditEventListener l)
           
SyslogAuditEventStream(File file, AuditEventListener l, boolean autoRemove)
           
SyslogAuditEventStream(FileReader reader, AuditEventListener listener, boolean tail)
           
SyslogAuditEventStream(InputStream in, AuditEventListener listener)
          This constructor creates an audit-event-Reader that reads from the given input stream.
SyslogAuditEventStream(InputStream in, AuditEventListener listener, boolean persist)
          This constructor creates an audit-event-Reader that reads from the given input stream.
SyslogReceiverThread(AuditEventListener l, InetAddress addr, Integer port)
           
SyslogReceiverThread(AuditEventListener l, Integer port)
           
 

Uses of AuditEventListener in org.jwall.web.audit.session
 

Subinterfaces of AuditEventListener in org.jwall.web.audit.session
 interface SessionTracker
          This interface defines the basic function of a session tracker.
 

Classes in org.jwall.web.audit.session that implement AuditEventListener
 class AbstractSessionTracker
          This class is an abstract implementation of a simple session tracker and provides the basis for the tracker HeuristicSessionTracker and CookieSessionTracker.
 class CookieSessionTracker
          This tracker creates a session-context wrt to a specific session-cookie.
 class HeuristicSessionTracker
          This heuristic session-tracker implements the session-algorithm used by most popular web-statistic tools, e.g.
 

Uses of AuditEventListener in org.jwall.web.audit.util
 

Classes in org.jwall.web.audit.util that implement AuditEventListener
 class RFICollector
           This class scans audit-events for remote-file references in parameters and downloads all references into a local repository.
 



Copyright © 2012 jwall.org. All Rights Reserved.