org.jwall.web.audit.processor
Class JRubyProcessor

java.lang.Object
  extended by org.jwall.web.audit.processor.JRubyProcessor
All Implemented Interfaces:
EventProcessor<AuditEvent>

public class JRubyProcessor
extends Object
implements EventProcessor<AuditEvent>


Field Summary
 
Fields inherited from interface org.jwall.audit.EventProcessor
DELETE_FLAG
 
Constructor Summary
JRubyProcessor()
           
 
Method Summary
 AuditEvent processEvent(AuditEvent event, Map<String,Object> context)
          This method is called upon event reception.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyProcessor

public JRubyProcessor()
Method Detail

processEvent

public AuditEvent processEvent(AuditEvent event,
                               Map<String,Object> context)
                        throws Exception
Description copied from interface: EventProcessor
This method is called upon event reception. The given map provides a context to communicate data between several event-processors. The implementor of this interface needs to take care that calls to this class my come from different threads, i.e. no state should be stored in the class to diminish the risk of concurrency problems.

Specified by:
processEvent in interface EventProcessor<AuditEvent>
Returns:
Throws:
Exception


Copyright © 2012 jwall.org. All Rights Reserved.