com.bea.wlevs.ede.api
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.
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 |
getEventType
public EventType getEventType()
- Event type for this event that contains metadata about the properties of the event.
- Returns:
- Event type for this event