Uses of Interface
com.espertech.esper.event.BeanEventTypeFactory

Packages that use BeanEventTypeFactory
com.espertech.esper.event This package defines the Esper Client event API. 
com.espertech.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
 

Uses of BeanEventTypeFactory in com.espertech.esper.event
 

Classes in com.espertech.esper.event that implement BeanEventTypeFactory
 class BeanEventAdapter
          A fcatory for BeanEventType instances based on Java class information and using configured settings for
 

Methods in com.espertech.esper.event that return BeanEventTypeFactory
 BeanEventTypeFactory EventAdapterServiceImpl.getBeanEventTypeFactory()
           
 BeanEventTypeFactory EventAdapterService.getBeanEventTypeFactory()
          Returns a subset of the functionality of the service specific to creating POJO bean event types.
 

Constructors in com.espertech.esper.event with parameters of type BeanEventTypeFactory
BeanEventType(Class clazz, BeanEventTypeFactory beanEventTypeFactory, ConfigurationEventTypeLegacy optionalLegacyDef, String alias)
          Constructor takes a java bean class as an argument.
 

Uses of BeanEventTypeFactory in com.espertech.esper.event.property
 

Methods in com.espertech.esper.event.property with parameters of type BeanEventTypeFactory
static Property PropertyParser.parse(String propertyName, BeanEventTypeFactory beanEventTypeFactory, boolean isRootedDynamic)
          Parse the given property name returning a Property instance for the property.
 

Constructors in com.espertech.esper.event.property with parameters of type BeanEventTypeFactory
MapNestedPropertyGetter(List<EventPropertyGetter> getterChain, BeanEventTypeFactory beanEventTypeFactory)
          Ctor.
NestedProperty(List<Property> properties, BeanEventTypeFactory beanEventTypeFactory)
          Ctor.
NestedPropertyGetter(List<EventPropertyGetter> getterChain, BeanEventTypeFactory beanEventTypeFactory)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com