Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface BatchStreamSender

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

public interface BatchStreamSender
extends StreamSender

A BatchStreamSender sends a batch of events emitted by an StreamSource to StreamSink listeners.


Method Summary
 void sendInsertEvents(java.util.Collection events)
          Send a batch of events of type insert downstream to BatchStreamSink listeners in the EPN.

 

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

 

Method Detail

sendInsertEvents

public void sendInsertEvents(java.util.Collection events)
                      throws EventRejectedException
Send a batch of events of type insert downstream to BatchStreamSink listeners in the EPN. Events of type insert are used to model streams.
Parameters:
events - A Collection of Object
Throws:
EventRejectedException -  

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