|
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 RelationSender sends events emitted by an RelationSource
to RelationSink
listeners.
RelationSource
, RelationSink
Method Summary | |
void |
sendDeleteEvent(java.lang.Object event) Send an event of type delete downstream to RelationSink listeners in the EPN. |
void |
sendUpdateEvent(java.lang.Object event) Send an event of type update downstream to RelationSink listeners in the EPN. |
Methods inherited from interface com.bea.wlevs.ede.api.StreamSender |
sendHeartbeat, sendInsertEvent |
Method Detail |
public void sendUpdateEvent(java.lang.Object event) throws EventRejectedException
RelationSink
listeners in the EPN. Events of type update are used to model relations.event
- Objectpublic void sendDeleteEvent(java.lang.Object event) throws EventRejectedException
RelationSink
listeners in the EPN. Events of type delete are used to model relations.event
- Object
|
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 |