|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing 11g Release 1 (11.1.1.4.0) E14303-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void sendEvents(java.util.Collection insertEvents, java.util.Collection deleteEvents, java.util.Collection updateEvents) throws EventRejectedException
BatchStreamSink
listeners in the EPN. Events of type insert, update or delete are used to model relations.insertEvents
- a collection of INSERT events in the batchdeleteEvents
- a collection of DELETE events in the batchupdateEvents
- a collection fo UPDATE events in the batch
|
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 |