Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing
11g Release 1 (11.1.1.4.0)

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


com.bea.wlevs.ede.api
Interface BatchRelationSender

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

public interface BatchRelationSender
extends RelationSender

A BatchRelationSender send a batch of events emitted by an RelationSource to RelationSink listeners.


Method Summary
 void sendEvents(java.util.Collection insertEvents, java.util.Collection deleteEvents, java.util.Collection updateEvents)
          Send a batch of events of any type (insert, update or delete) downstream to BatchStreamSink listeners in the EPN.

 

Methods inherited from interface com.bea.wlevs.ede.api.RelationSender
sendDeleteEvent, sendUpdateEvent

 

Methods inherited from interface com.bea.wlevs.ede.api.StreamSender
sendHeartbeat, sendInsertEvent

 

Method Detail

sendEvents

public void sendEvents(java.util.Collection insertEvents,
                       java.util.Collection deleteEvents,
                       java.util.Collection updateEvents)
                throws EventRejectedException
Send a batch of events of any type (insert, update or delete) downstream to BatchStreamSink listeners in the EPN. Events of type insert, update or delete are used to model relations.
Parameters:
insertEvents - a collection of INSERT events in the batch
deleteEvents - a collection of DELETE events in the batch
updateEvents - a collection fo UPDATE events in the batch
Throws:
EventRejectedException -  

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