ch.qos.logback.audit.server
Class AuditEventPersistor

java.lang.Object
  extended by ch.qos.logback.audit.server.AuditEventPersistor
All Implemented Interfaces:
AuditEventHandler

public class AuditEventPersistor
extends Object


Constructor Summary
AuditEventPersistor(AuditEventShaper eventShaper)
           
 
Method Summary
 void addAuditListener(AuditListener auditListener)
           
 void doHandle(AuditEvent ae)
           
protected  void fireIncoming(AuditEvent ae)
           
 boolean removeAuditListener(AuditListener auditListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditEventPersistor

public AuditEventPersistor(AuditEventShaper eventShaper)
Method Detail

doHandle

public void doHandle(AuditEvent ae)
Specified by:
doHandle in interface AuditEventHandler

addAuditListener

public void addAuditListener(AuditListener auditListener)
Specified by:
addAuditListener in interface AuditEventHandler

fireIncoming

protected void fireIncoming(AuditEvent ae)

removeAuditListener

public boolean removeAuditListener(AuditListener auditListener)
Specified by:
removeAuditListener in interface AuditEventHandler


Copyright © 2013. All Rights Reserved.