org.jwall.web.audit
Class AuditEventProcessorPipeline.Priority

java.lang.Object
  extended by org.jwall.web.audit.AuditEventProcessorPipeline.Priority
All Implemented Interfaces:
Comparator<EventProcessor<AuditEvent>>
Enclosing class:
AuditEventProcessorPipeline

public class AuditEventProcessorPipeline.Priority
extends Object
implements Comparator<EventProcessor<AuditEvent>>


Constructor Summary
AuditEventProcessorPipeline.Priority(Map<EventProcessor<AuditEvent>,Double> p)
           
 
Method Summary
 int compare(EventProcessor<AuditEvent> arg0, EventProcessor<AuditEvent> arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AuditEventProcessorPipeline.Priority

public AuditEventProcessorPipeline.Priority(Map<EventProcessor<AuditEvent>,Double> p)
Method Detail

compare

public int compare(EventProcessor<AuditEvent> arg0,
                   EventProcessor<AuditEvent> arg1)
Specified by:
compare in interface Comparator<EventProcessor<AuditEvent>>


Copyright © 2012 jwall.org. All Rights Reserved.