|
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 StreamSender sends events emitted by an StreamSource
to StreamSink
listeners.
StreamSource
, StreamSink
Method Summary | |
void |
sendHeartbeat(long timestamp) Send an event of type heart-beat downstream to StreamSink listeners in the EPN. |
void |
sendInsertEvent(java.lang.Object event) Send an event of type insert downstream to StreamSink listeners in the EPN. |
Method Detail |
public void sendInsertEvent(java.lang.Object event) throws EventRejectedException
StreamSink
listeners in the EPN. Events of type insert are used to model streams.event
- Objectpublic void sendHeartbeat(long timestamp)
StreamSink
listeners in the EPN. Events of type heart-beat are used to model the advance of time. The parameter timestamp
should specify the new value of time.EventChannelMBean
timestamp
- time-stamp value in the application's time domain when the heart-beat was generated
|
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 |