org.jwall.audit.processor
Class AuditEventProcessorFinder

java.lang.Object
  extended by org.jwall.audit.processor.AuditEventProcessorFinder

public class AuditEventProcessorFinder
extends Object

This class reads an XML file of AuditEventProcessors, instantiates each processor and deploys it to the local EventProcessor pipeline.

Author:
Christian Bockermann <chris@jwall.org>

Constructor Summary
AuditEventProcessorFinder()
           
 
Method Summary
static AuditEventProcessorPipeline deployCustomEventProcessors(File file)
           
 void deployCustomEventProcessors(File procDefs, AuditEventProcessorPipeline pipeline)
           
 void deployCustomEventProcessors(InputStream processorDefinitions, AuditEventProcessorPipeline pipeline)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditEventProcessorFinder

public AuditEventProcessorFinder()
Method Detail

deployCustomEventProcessors

public static AuditEventProcessorPipeline deployCustomEventProcessors(File file)
                                                               throws Exception
Throws:
Exception

deployCustomEventProcessors

public void deployCustomEventProcessors(File procDefs,
                                        AuditEventProcessorPipeline pipeline)
                                 throws Exception
Throws:
Exception

deployCustomEventProcessors

public void deployCustomEventProcessors(InputStream processorDefinitions,
                                        AuditEventProcessorPipeline pipeline)
                                 throws Exception
Throws:
Exception


Copyright © 2012 jwall.org. All Rights Reserved.