|
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 |
Interface to be implemented by beans that want to receive events modeling a OCEP relation. A OCEP relation supports events that insert, delete, and update its content. A OCEP relation is always known at an instant time. Events received from a OCEP relation have non-decreasing time-stamps.
Method Summary | |
void |
onDeleteEvent(java.lang.Object event) Call-back method for receiving events of type delete. |
void |
onUpdateEvent(java.lang.Object event) Call-back method for receiving events of type update. |
Methods inherited from interface com.bea.wlevs.ede.api.StreamSink |
onInsertEvent |
Method Detail |
public void onUpdateEvent(java.lang.Object event) throws EventRejectedException
event
- Objectpublic void onDeleteEvent(java.lang.Object event) throws EventRejectedException
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 |