org.ikasan.framework.event.service
Interface EventProvider

All Known Implementing Classes:
MultiPayloadPerEventProvider, SinglePayloadPerEventProvider

public interface EventProvider

Interface for components capable of sourcing Events

Author:
Ikasan Development Team

Method Summary
 List<Event> getEvents()
          Returns a List of Events known to this EventProvider
 

Method Detail

getEvents

List<Event> getEvents()
                      throws javax.resource.ResourceException
Returns a List of Events known to this EventProvider

Returns:
List of Events, or null if none available
Throws:
javax.resource.ResourceException - Exception if events could not be retrieved


Copyright © 2007-2012 Ikasan. All Rights Reserved.