Uses of Class
com.espertech.esper.event.bean.BeanEventType

Packages that use BeanEventType
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.enummethod.dot Enumeration method utility classes and input data sources. 
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.event.map Map-underlying event classes are here. 
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 BeanEventType in com.espertech.esper.epl.core
 

Constructors in com.espertech.esper.epl.core with parameters of type BeanEventType
SelectExprInsertEventBeanFactory.EventBeanManufacturerCtor(net.sf.cglib.reflect.FastConstructor fastConstructor, BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 

Uses of BeanEventType in com.espertech.esper.epl.enummethod.dot
 

Constructors in com.espertech.esper.epl.enummethod.dot with parameters of type BeanEventType
ExprDotStaticMethodWrapArrayEvents.WrappingIterator(EventAdapterService eventAdapterService, BeanEventType type, java.lang.Object array)
           
ExprDotStaticMethodWrapArrayEvents(EventAdapterService eventAdapterService, BeanEventType type)
           
ExprDotStaticMethodWrapIterableEvents(EventAdapterService eventAdapterService, BeanEventType type)
           
 

Uses of BeanEventType in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type BeanEventType
 void EventTypeIdGeneratorImpl.assignedType(java.lang.String name, BeanEventType eventType)
           
 void EventTypeIdGenerator.assignedType(java.lang.String name, BeanEventType eventType)
           
static java.lang.Object BaseNestableEventUtil.getFragmentPojo(java.lang.Object result, BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterProperty(java.lang.String name, BeanEventType nativeFragmentType, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.event with parameters of type BeanEventType
EventSenderBean(EPRuntimeEventSender runtime, BeanEventType beanEventType, EventAdapterService eventAdapterService, ThreadingService threadingService)
          Ctor.
 

Uses of BeanEventType in com.espertech.esper.event.arr
 

Methods in com.espertech.esper.event.arr with parameters of type BeanEventType
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterProperty(java.lang.String name, BeanEventType nativeFragmentType, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.event.arr with parameters of type BeanEventType
ObjectArrayEntryPropertyGetter(int propertyIndex, BeanEventType eventType, EventAdapterService eventAdapterService)
          Ctor.
 

Uses of BeanEventType in com.espertech.esper.event.bean
 

Methods in com.espertech.esper.event.bean that return BeanEventType
 BeanEventType BeanEventTypeFactory.createBeanType(java.lang.String name, java.lang.Class clazz, boolean isPreconfiguredStatic, boolean isPreconfigured, boolean isConfigured)
          Returns the bean event type for a given class assigning the given name.
 BeanEventType BeanEventAdapter.createBeanType(java.lang.String name, java.lang.Class clazz, boolean isPreconfiguredStatic, boolean isPreconfigured, boolean isConfigured)
          Creates a new EventType object for a java bean of the specified class if this is the first time the class has been seen.
 BeanEventType BeanEventTypeFactory.createBeanTypeDefaultName(java.lang.Class clazz)
          Returns the bean event type for a given class assigning the given name.
 BeanEventType BeanEventAdapter.createBeanTypeDefaultName(java.lang.Class clazz)
          Creates a new EventType object for a java bean of the specified class if this is the first time the class has been seen.
 BeanEventType[] BeanEventTypeFactory.getCachedTypes()
           
 BeanEventType[] BeanEventAdapter.getCachedTypes()
           
 

Methods in com.espertech.esper.event.bean with parameters of type BeanEventType
static BeanInstantiator BeanInstantiatorFactory.makeInstantiator(BeanEventType beanEventType, EngineImportService engineImportService)
           
 

Constructors in com.espertech.esper.event.bean with parameters of type BeanEventType
BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType, EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod copyMethod)
          Ctor.
BeanEventBeanReader(BeanEventType type)
          Ctor.
BeanEventBeanSerializableCopyMethod(BeanEventType beanEventType, EventAdapterService eventAdapterService)
          Ctor.
EventBeanManufacturerBean(BeanEventType beanEventType, EventAdapterService service, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService)
          Ctor.
 

Constructor parameters in com.espertech.esper.event.bean with type arguments of type BeanEventType
BeanEventAdapter(java.util.concurrent.ConcurrentHashMap<java.lang.Class,BeanEventType> typesPerJavaBean, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Ctor.
 

Uses of BeanEventType in com.espertech.esper.event.map
 

Methods in com.espertech.esper.event.map with parameters of type BeanEventType
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterProperty(java.lang.String name, BeanEventType nativeFragmentType, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.event.map with parameters of type BeanEventType
MapEntryPropertyGetter(java.lang.String propertyName, BeanEventType eventType, EventAdapterService eventAdapterService)
          Ctor.
 

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

Methods in com.espertech.esper.event.property with parameters of type BeanEventType
 EventPropertyGetter SimpleProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter Property.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
          Returns value getter for the property of an event of the given event type.
 EventPropertyGetter NestedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetterAndMapped MappedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetterAndIndexed IndexedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter DynamicSimpleProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter DynamicMappedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter DynamicIndexedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class SimpleProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class Property.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
          Returns the property type.
 java.lang.Class NestedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class MappedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class IndexedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicSimpleProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicMappedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicIndexedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc SimpleProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc Property.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
          Returns the property type plus its generic type parameter, if any.
 GenericPropertyDesc NestedProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc MappedProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc IndexedProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc DynamicSimpleProperty.getPropertyTypeGeneric(BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc DynamicMappedProperty.getPropertyTypeGeneric(BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc DynamicIndexedProperty.getPropertyTypeGeneric(BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 


© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com