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

Packages that use AuditEventSource
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. 
 

Uses of AuditEventSource in org.jwall.web.audit
 

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

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

Classes in org.jwall.web.audit.io that implement AuditEventSource
 class BufferedAuditEventSource
          This is an implementation of a buffered event-source.
 

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

Classes in org.jwall.web.audit.net that implement AuditEventSource
 class NetworkAuditEventSource
          This class implements a network client-thread that will connect to a given host and then wait for audit-events to be read from that connection.
 class SSLNetworkAuditEventSource
          This class is an SSL-enabled implementation of the network audit event source.
 



Copyright © 2012 jwall.org. All Rights Reserved.