|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventPropertyGetterMapped
Get property values from an event instance for a given mapped event property by passing the map string key.
Instances that implement this interface are usually bound to a particular EventType
and cannot
be used to access EventBean
instances of a different type.
Method Summary | |
---|---|
java.lang.Object |
get(EventBean eventBean,
java.lang.String mapKey)
Return the value for the property in the event object specified when the instance was obtained. |
Method Detail |
---|
java.lang.Object get(EventBean eventBean, java.lang.String mapKey) throws PropertyAccessException
eventBean
- is the event to get the value of a property frommapKey
- the map key value
PropertyAccessException
- to indicate that property access failed
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |