Skip navigation links

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

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


com.bea.wlevs.ede.api
Interface MetadataEnabledEvent


public interface MetadataEnabledEvent

An event that has instance metadata associated with it. Event instance metadata is defined by EventMetadata. The most basic way to associate metadata with an event is for the user to write his event type so that it implements the EventMetadata interface. The EventMetadata interface adds a get and set method for EventMetadata to the user's event type. It is expected that user code will only use the getEventMetadata method, in case user code wants to examine metadata that has been created by the Event Server. The Event Server or Event Repository will be responsible for calling the setEventMetadata method, as well as the set methods within the EventMetadata class itself.


Method Summary
 EventMetadata getEventMetadata()
           
 void setEventMetadata(EventMetadata metadata)
           

 

Method Detail

getEventMetadata

public EventMetadata getEventMetadata()
Returns:
the instance metadata assoicated with the event

setEventMetadata

public void setEventMetadata(EventMetadata metadata)
Parameters:
metadata - sets the instance metadata for the event

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