Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
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
 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

getRecordTime

public long getRecordTime()
Returns the record time for the event.
Returns:
record time of the event in milliseconds

setRecordTime

public void setRecordTime(long time)
Sets the record time for this event.
Parameters:
time - record time for this event in milliseconds

getRecordingStageName

public java.lang.String getRecordingStageName()
Returns the name of the stage from which the event was recorded.
Returns:
the name of the stage from which this was recorded

setRecordingStageName

public void setRecordingStageName(java.lang.String stageName)
Sets the name of the stage from which the event was recorded.
Parameters:
stageName - the name of the stage from which the event was recorded

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