Uses of Class
org.mule.routing.inbound.EventGroup

Packages that use EventGroup
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Uses of EventGroup in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that return EventGroup
protected  EventGroup CorrelationAggregator.addEvent(UMOEvent event)
          Adds the event to an event group.
protected  EventGroup AbstractEventResequencer.addEvent(UMOEvent event)
           
protected  EventGroup AbstractEventAggregator.addEvent(UMOEvent event)
          Adds the event to an event group.
 

Methods in org.mule.routing.inbound with parameters of type EventGroup
protected  boolean CorrelationEventResequencer.shouldResequence(EventGroup events)
           
protected  boolean CorrelationAggregator.shouldAggregate(EventGroup events)
          Determines if the event group is ready to be aggregated.
protected  java.util.List AbstractEventResequencer.resequenceEvents(EventGroup events)
           
protected abstract  boolean AbstractEventResequencer.shouldResequence(EventGroup events)
           
protected abstract  boolean AbstractEventAggregator.shouldAggregate(EventGroup events)
          Determines if the event group is ready to be aggregated.
protected abstract  UMOMessage AbstractEventAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of EventGroup in org.mule.routing.response
 

Methods in org.mule.routing.response that return EventGroup
protected  EventGroup ResponseCorrelationAggregator.addEvent(UMOEvent event)
          Adds the event to an event group.
protected  EventGroup AbstractResponseAggregator.addEvent(UMOEvent event)
          Adds the event to an event group.
 

Methods in org.mule.routing.response with parameters of type EventGroup
protected  boolean ResponseCorrelationAggregator.shouldAggregate(EventGroup events)
          Determines if the event group is ready to be aggregated.
protected abstract  boolean AbstractResponseAggregator.shouldAggregate(EventGroup events)
          Determines if the event group is ready to be aggregated.
protected abstract  UMOMessage AbstractResponseAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.