|
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 |
All the metadata that is associated with an event instance. Metadata may consist of many different attributes. At present, the only one that has been identified is recordTime, the time at which an event is recorded. (This is needed for time-accurate playback.) But we anticipate that many others will arise in the future, such as event causality information, and so forth. To provide for easy extension of metadata attributes, all metadata for an event are collected into a single class, called EIMD.
Method Summary | |
java.lang.String |
getRecordingStageName() Returns the name of the stage from which the event was recorded. |
long |
getRecordTime() Returns the record time for the event. |
void |
setRecordingStageName(java.lang.String stageName) Sets the name of the stage from which the event was recorded. |
void |
setRecordTime(long time) Sets the record time for this event. |
Method Detail |
public long getRecordTime()
public void setRecordTime(long time)
time
- record time for this event in millisecondspublic java.lang.String getRecordingStageName()
public void setRecordingStageName(java.lang.String stageName)
stageName
- the name of the stage from which the event was recorded
|
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 |