org.mule.routing.inbound
Class EventResequencerTestCase.SimpleEventResequencer

java.lang.Object
  extended by org.mule.routing.AbstractRouter
      extended by org.mule.routing.inbound.SelectiveConsumer
          extended by org.mule.routing.inbound.AbstractEventResequencer
              extended by org.mule.routing.inbound.EventResequencerTestCase.SimpleEventResequencer
All Implemented Interfaces:
org.mule.api.context.MuleContextAware, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable, org.mule.api.routing.InboundRouter, org.mule.api.routing.Router
Enclosing class:
EventResequencerTestCase

public static class EventResequencerTestCase.SimpleEventResequencer
extends org.mule.routing.inbound.AbstractEventResequencer


Field Summary
 
Fields inherited from class org.mule.routing.inbound.AbstractEventResequencer
NO_CORRELATION_ID
 
Fields inherited from class org.mule.routing.inbound.SelectiveConsumer
logger
 
Fields inherited from class org.mule.routing.AbstractRouter
muleContext
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
EventResequencerTestCase.SimpleEventResequencer(int eventthreshold)
           
 
Method Summary
protected  boolean shouldResequenceEvents(org.mule.routing.inbound.EventGroup events)
           
 
Methods inherited from class org.mule.routing.inbound.AbstractEventResequencer
addEventGroup, createEventGroup, getComparator, getEventGroup, getEventGroupIdForEvent, process, removeEventGroup, resequenceEvents, setComparator
 
Methods inherited from class org.mule.routing.inbound.SelectiveConsumer
getFilter, getMessageInfoMapping, isMatch, isTransformFirst, setFilter, setMessageInfoMapping, setTransformFirst
 
Methods inherited from class org.mule.routing.AbstractRouter
dispose, getMuleContext, getRouterStatistics, initialise, setMuleContext, setRouterStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.routing.Router
getRouterStatistics, setRouterStatistics
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 

Constructor Detail

EventResequencerTestCase.SimpleEventResequencer

public EventResequencerTestCase.SimpleEventResequencer(int eventthreshold)
Method Detail

shouldResequenceEvents

protected boolean shouldResequenceEvents(org.mule.routing.inbound.EventGroup events)
Specified by:
shouldResequenceEvents in class org.mule.routing.inbound.AbstractEventResequencer


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.