Uses of Interface
org.jwall.audit.EventView

Packages that use EventView
org.jwall.audit.script   
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 EventView in org.jwall.audit.script
 

Methods in org.jwall.audit.script with parameters of type EventView
 void ScriptRunner.setAuditEventView(EventView<AuditEvent> view)
           
 void ScriptRunner.setLogMessageView(EventView<LogMessage> view)
           
 

Constructors in org.jwall.audit.script with parameters of type EventView
EventList(EventView<E> view, FilterExpression filter)
           
ScriptEventView(String user, EventView<E> parentView)
           
 

Uses of EventView in org.jwall.log
 

Subinterfaces of EventView in org.jwall.log
 interface LogMessageView
          This interface defines a view for a set of log events (log messages).
 

Uses of EventView in org.jwall.web.audit
 

Subinterfaces of EventView in org.jwall.web.audit
 interface AuditEventView
           This interface defines all method that are accessible by a user for investigating events contained in an event store.
 



Copyright © 2012 jwall.org. All Rights Reserved.