org.mule.routing.inbound
Class EventAggregatorTestCase.SimpleEventAggregator

java.lang.Object
  extended by org.mule.routing.AbstractRouter
      extended by org.mule.routing.inbound.SelectiveConsumer
          extended by org.mule.routing.inbound.AbstractEventAggregator
              extended by org.mule.routing.inbound.EventAggregatorTestCase.SimpleEventAggregator
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:
EventAggregatorTestCase

public static class EventAggregatorTestCase.SimpleEventAggregator
extends org.mule.routing.inbound.AbstractEventAggregator


Field Summary
protected  int eventCount
           
protected  int eventThreshold
           
 
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
EventAggregatorTestCase.SimpleEventAggregator(int eventThreshold)
           
 
Method Summary
protected  org.mule.routing.EventCorrelatorCallback getCorrelatorCallback()
           
 
Methods inherited from class org.mule.routing.inbound.AbstractEventAggregator
getTimeout, initialise, process, setTimeout
 
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, 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.Disposable
dispose
 

Field Detail

eventThreshold

protected final int eventThreshold

eventCount

protected int eventCount
Constructor Detail

EventAggregatorTestCase.SimpleEventAggregator

public EventAggregatorTestCase.SimpleEventAggregator(int eventThreshold)
Method Detail

getCorrelatorCallback

protected org.mule.routing.EventCorrelatorCallback getCorrelatorCallback()
Specified by:
getCorrelatorCallback in class org.mule.routing.inbound.AbstractEventAggregator


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