com.bea.wlevs.cep.event
Interface MapEventObject


public interface MapEventObject
extends 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
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