org.jwall.web.audit
Class AuditEventObfuscatorPipe

java.lang.Object
  extended by org.jwall.web.audit.AuditEventObfuscatorChain
      extended by org.jwall.web.audit.AuditEventObfuscatorPipe

public class AuditEventObfuscatorPipe
extends AuditEventObfuscatorChain


Constructor Summary
AuditEventObfuscatorPipe(AuditEventListener out)
           
 
Method Summary
 void addObfuscator(Obfuscator ob)
          This adds a new obfuscator to the list of this chain.
 void eventArrived(AuditEvent evt)
           
 void eventsArrived(Collection<AuditEvent> events)
           
 
Methods inherited from class org.jwall.web.audit.AuditEventObfuscatorChain
obfuscate, obfuscatesSection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditEventObfuscatorPipe

public AuditEventObfuscatorPipe(AuditEventListener out)
Method Detail

addObfuscator

public void addObfuscator(Obfuscator ob)
Description copied from class: AuditEventObfuscatorChain
This adds a new obfuscator to the list of this chain.

Overrides:
addObfuscator in class AuditEventObfuscatorChain

eventArrived

public void eventArrived(AuditEvent evt)

eventsArrived

public void eventsArrived(Collection<AuditEvent> events)


Copyright © 2012 jwall.org. All Rights Reserved.