|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.EventBeanManufacturerMap
public class EventBeanManufacturerMap
Factory for Map-underlying events.
Constructor Summary | |
---|---|
EventBeanManufacturerMap(MapEventType mapEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties)
Ctor. |
Method Summary | |
---|---|
EventBean |
make(java.lang.Object[] properties)
Make an event object populating property values. |
java.util.Map<java.lang.String,java.lang.Object> |
makeUnderlying(java.lang.Object[] properties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventBeanManufacturerMap(MapEventType mapEventType, EventAdapterService eventAdapterService, WriteablePropertyDescriptor[] properties)
mapEventType
- type to createeventAdapterService
- event factoryproperties
- written propertiesMethod Detail |
---|
public EventBean make(java.lang.Object[] properties)
EventBeanManufacturer
make
in interface EventBeanManufacturer
properties
- values to populate
public java.util.Map<java.lang.String,java.lang.Object> makeUnderlying(java.lang.Object[] properties)
makeUnderlying
in interface EventBeanManufacturer
|
© 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 |