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


Copyright © 2007 BEA Systems All Rights Reserved.