Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

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


com.bea.wlevs.ede.api
Interface MapEventObject


public interface MapEventObject
extends java.util.Map

An event may either be represented as a JavaBean or as a Map. In the latter case, this interface is used to encapsulate the Map together with the EventType that contains metadata about the properties of the event.


Inner classes inherited from class java.util.Map
java.util.Map.Entry

 

Method Summary
 EventType getEventType()
          Event type for this event that contains metadata about the properties of the event.

 

Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 

Method Detail

getEventType

public EventType getEventType()
Event type for this event that contains metadata about the properties of the event.
Returns:
Event type for this event

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