Uses of Class
org.mule.routing.EventGroup

Packages that use EventGroup
org.mule.example.loanbroker.routers   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
 

Uses of EventGroup in org.mule.example.loanbroker.routers
 

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

Uses of EventGroup in org.mule.routing
 

Methods in org.mule.routing that return EventGroup
 EventGroup AggregationException.getEventGroup()
           
 

Methods in org.mule.routing with parameters of type EventGroup
protected abstract  MuleEvent AbstractCorrelationAggregator.aggregateEvents(EventGroup events)
           
 int EventGroup.compareTo(EventGroup other)
          Compare this EventGroup to another one.
 

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

Uses of EventGroup in org.mule.routing.correlation
 

Fields in org.mule.routing.correlation with type parameters of type EventGroup
protected  ListableObjectStore<EventGroup> EventCorrelator.eventGroups
          A map of EventGroup objects.
 

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

Methods in org.mule.routing.correlation with parameters of type EventGroup
protected  EventGroup EventCorrelator.addEventGroup(EventGroup group)
           
 MuleEvent EventCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent ResequenceCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent ResequenceMessagesCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent CollectionCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
protected  void EventCorrelator.handleGroupExpiry(EventGroup group)
           
protected  void EventCorrelator.removeEventGroup(EventGroup group)
           
 boolean EventCorrelatorCallback.shouldAggregateEvents(EventGroup events)
          Determines if the event group is ready to be aggregated.
 boolean CollectionCorrelatorCallback.shouldAggregateEvents(EventGroup events)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.