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

Packages that use EventGroup
org.mule.example.loanbroker.routers   
org.mule.routing Defines the core routing patterns supported by mule. 
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.example.loanbroker.routers
 

Methods in org.mule.example.loanbroker.routers with parameters of type EventGroup
protected  MuleMessage BankQuotesInboundAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
static MuleMessage BankQuotesAggregationLogic.aggregateEvents(EventGroup events)
           
 

Uses of EventGroup in org.mule.routing
 

Methods in org.mule.routing that return EventGroup
protected  EventGroup EventCorrelator.addEventGroup(EventGroup group)
           
 EventGroup CollectionCorrelatorCallback.createEventGroup(MuleEvent event, Object groupId)
          Creates a new EventGroup that will expect the number of events as returned by MessageAdapter.getCorrelationGroupSize().
 EventGroup EventCorrelatorCallback.createEventGroup(MuleEvent event, Object id)
          Creates the event group with a specific correlation size based on the Mule Correlation support
 EventGroup SingleCorrelatorCallback.createEventGroup(MuleEvent event, Object id)
           
 EventGroup AggregationException.getEventGroup()
           
protected  EventGroup EventCorrelator.getEventGroup(Object groupId)
           
 

Methods in org.mule.routing with parameters of type EventGroup
protected  EventGroup EventCorrelator.addEventGroup(EventGroup group)
           
 MuleMessage CollectionCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleMessage EventCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleMessage ResequenceCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleMessage SingleCorrelatorCallback.aggregateEvents(EventGroup events)
          The SingleResponseRouter will always return the first event of an event group.
protected  void EventCorrelator.removeEventGroup(EventGroup group)
           
 boolean CollectionCorrelatorCallback.shouldAggregateEvents(EventGroup events)
           
 boolean EventCorrelatorCallback.shouldAggregateEvents(EventGroup events)
          Determines if the event group is ready to be aggregated.
 boolean SingleCorrelatorCallback.shouldAggregateEvents(EventGroup events)
          The SingleResponseRouter will return true if the event group size is 1.
 

Constructors in org.mule.routing with parameters of type EventGroup
AggregationException(EventGroup eventGroup, ImmutableEndpoint endpoint)
           
AggregationException(EventGroup eventGroup, ImmutableEndpoint endpoint, Throwable cause)
           
AggregationException(Message message, EventGroup eventGroup, ImmutableEndpoint endpoint)
           
AggregationException(Message message, EventGroup eventGroup, ImmutableEndpoint endpoint, Throwable cause)
           
 

Uses of EventGroup in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound with parameters of type EventGroup
protected abstract  MuleMessage AbstractCorrelationAggregator.aggregateEvents(EventGroup events)
           
 

Uses of EventGroup in org.mule.routing.response
 

Methods in org.mule.routing.response that return EventGroup
 EventGroup ResponseCorrelationAggregator.DefaultEventCorrelatorCallback.createEventGroup(MuleEvent event, Object id)
           
 

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



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