org.ikasan.framework.event.service
Interface EventAggregator


Deprecated. - use the Sequencer interface directly

public interface EventAggregator

Interface for components capable of aggregating Events.

Author:
Ikasan Development Team

Method Summary
 Event aggregate(Event event)
          Deprecated. Aggregate the Event
 

Method Detail

aggregate

Event aggregate(Event event)
                throws javax.resource.ResourceException
Deprecated. 
Aggregate the Event

Parameters:
event - to be aggregated
Returns:
Event - aggregated event or 'null' if aggregation criteria is not met
Throws:
javax.resource.ResourceException


Copyright © 2007-2012 Ikasan. All Rights Reserved.