com.bea.wlevs.ede.api
Interface EventSender

All Known Subinterfaces:
BoundStatement, com.bea.wlevs.ede.api.EventSinkManager, PreparedStatement, Statement, Stream

public interface EventSender

An EventSender sends events emitted by an EventSource


Method Summary
 void sendEvent(java.util.List newEvents, java.util.List oldEvents)
          Send a list of events to the downstream element in the EPN.
 

Method Detail

sendEvent

public void sendEvent(java.util.List newEvents,
                      java.util.List oldEvents)
               throws EventRejectedException
Send a list of events to the downstream element in the EPN.

Parameters:
newEvents -  
oldEvents -  
Throws:
EventRejectedException -  


Copyright © 2007 BEA Systems All Rights Reserved.