| 
 | Oracle Complex Event Processing API Reference 11g Release 1 (11.1.1) E14303-03 | |||||||||
| 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 RelationSinklisteners in the EPN. | 
|  void | sendUpdateEvent(java.lang.Object event)Send an event of type update downstream to RelationSinklisteners 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 - Object
public 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, 2010 Oracle and/or its affiliates. All rights reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||