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


Copyright © 2007 BEA Systems All Rights Reserved.