Skip navigation links

Oracle CEP API Reference
Release 11gR1 (11.1.1)

E14303-02
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface EventMetadata


public interface EventMetadata

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
 long getRecordTime()
           
 void setRecordTime(long time)
           

 

Method Detail

getRecordTime

public long getRecordTime()
Returns:
time that event was recorded

setRecordTime

public void setRecordTime(long time)
Parameters:
time - long time that event is recorded at

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2009 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD