Uses of Interface
org.jwall.audit.Event

Packages that use Event
org.jwall.audit   
org.jwall.audit.processor   
org.jwall.audit.rules   
org.jwall.audit.script   
org.jwall.audit.server   
org.jwall.log   
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. 
 

Uses of Event in org.jwall.audit
 

Classes in org.jwall.audit with type parameters of type Event
 interface EventListener<E extends Event>
          This interface provides a generic way to define a listener class, which can be notified upon arrival of new events.
 interface EventProcessor<E extends Event>
           This interface defines an abstract event processor class which is able to process events for a given generic type class.
 interface EventProcessorPipeline<E extends Event>
          This interface defines an abstract event processor pipeline.
 interface EventView<E extends Event>
          This interface defines a view for a set of log events.
 interface FeatureExtractor<E extends Event,F>
           
 interface Filter<E extends Event>
           
 

Uses of Event in org.jwall.audit.processor
 

Classes in org.jwall.audit.processor with type parameters of type Event
 class AbstractEventProcessor<E extends Event>
           
 

Uses of Event in org.jwall.audit.rules
 

Classes in org.jwall.audit.rules with type parameters of type Event
 interface EventRule<E extends Event>
           
 class EventRuleEngine<E extends Event>
           A simple engine that will sequentially process rules for an event.
 

Uses of Event in org.jwall.audit.script
 

Classes in org.jwall.audit.script with type parameters of type Event
 class EventList<E extends Event>
          This class implements a read-only list that is backed up by an event view and a specific filter-expression.
 class ScriptEventView<E extends Event>
           This class defines a bridge to access a user's view from within a script such as a ruby script.
 

Classes in org.jwall.audit.script that implement Event
 class ScriptEvent
           
 

Constructors in org.jwall.audit.script with parameters of type Event
ScriptEvent(Event evt)
           
 

Uses of Event in org.jwall.audit.server
 

Classes in org.jwall.audit.server with type parameters of type Event
 interface LogHandler<E extends Event>
           
 

Uses of Event in org.jwall.log
 

Subinterfaces of Event in org.jwall.log
 interface LogMessage
           This interface defines a simple abstract log message entity, comprised of a timestamp, a source-identifier and the date itself.
 

Classes in org.jwall.log that implement Event
 class LogMessageImpl
          A simple implementation of the LogMessage interface.
 

Uses of Event in org.jwall.web.audit
 

Subinterfaces of Event in org.jwall.web.audit
 interface AuditEvent
           This interface defines an abstract audit-event.
 

Classes in org.jwall.web.audit that implement Event
 class IronBeeAuditEvent
           
 class ModSecurityAuditEvent
          This class defines an audit-event of modsecurity.
 



Copyright © 2012 jwall.org. All Rights Reserved.