Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

E14303-03
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface EventSender

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

Deprecated. As of OCEP 10.3, replaced by StreamSender and RelationSender

public interface EventSender

An EventSender sends events emitted by an EventSource


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

 

Method Detail

sendEvent

public void sendEvent(java.util.List insertEvents,
                      java.util.List deleteEvents)
               throws EventRejectedException
Deprecated. 
Send a list of events to the downstream element in the EPN.
Parameters:
newEvents -  
oldEvents -  
Throws:
EventRejectedException -  

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2010 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD