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 StreamSink

All Known Subinterfaces:
BatchRelationSink, BatchStreamSink, EventChannel, RelationSink

public interface StreamSink
extends java.util.EventListener

Interface to be implemented by beans that want to receive events modeling a OCEP stream. A OCEP stream are append-only, that is, events are always appended to the end of the stream. OCEP streams are unbounded, and hence generally need a window to be defined before it can be processed. Events received from a OCEP stream have non-decreasing time-stamps.

See Also:
StreamSource, EventChannel

Method Summary
 void onInsertEvent(java.lang.Object event)
          Call-back method for receiving events of type insert.

 

Method Detail

onInsertEvent

public void onInsertEvent(java.lang.Object event)
                   throws EventRejectedException
Call-back method for receiving events of type insert. Events of type insert are used to model streams, as streams are append-only.
Parameters:
event - Object
Throws:
EventRejectedException - - user may raise this exception to notify framework that event is rejected.

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