Uses of Class
net.esper.client.ConfigurationEventTypeLegacy

Packages that use ConfigurationEventTypeLegacy
net.esper.client This package defines the central Esper Client APIs. 
net.esper.core Implementation of client package interfaces, glue code 
net.esper.event This package defines the Esper Client event API. 
net.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
 

Uses of ConfigurationEventTypeLegacy in net.esper.client
 

Fields in net.esper.client with type parameters of type ConfigurationEventTypeLegacy
protected  Map<String,ConfigurationEventTypeLegacy> Configuration.eventTypesLegacy
          Map of event type alias and Legacy-type event configuration.
 

Methods in net.esper.client that return types with arguments of type ConfigurationEventTypeLegacy
 Map<String,ConfigurationEventTypeLegacy> Configuration.getEventTypesLegacy()
          Returns the mapping of event type alias to legacy java event type information.
 

Methods in net.esper.client with parameters of type ConfigurationEventTypeLegacy
 void Configuration.addEventTypeAlias(String eventTypeAlias, String javaEventClass, ConfigurationEventTypeLegacy legacyEventTypeDesc)
          Add an alias for an event type that represents legacy Java type (non-JavaBean style) events.
 

Uses of ConfigurationEventTypeLegacy in net.esper.core
 

Methods in net.esper.core that return types with arguments of type ConfigurationEventTypeLegacy
 Map<String,ConfigurationEventTypeLegacy> ConfigurationSnapshot.getLegacyAliases()
          Returns the map of event type alias to legacy event type configuration.
 

Uses of ConfigurationEventTypeLegacy in net.esper.event
 

Method parameters in net.esper.event with type arguments of type ConfigurationEventTypeLegacy
 void EventAdapterServiceImpl.setClassLegacyConfigs(Map<String,ConfigurationEventTypeLegacy> classToLegacyConfigs)
          Set the legacy Java class type information.
 void EventAdapterService.setClassLegacyConfigs(Map<String,ConfigurationEventTypeLegacy> classLegacyInfo)
          Sets the configured legacy Java class information.
 void BeanEventAdapter.setClassToLegacyConfigs(Map<String,ConfigurationEventTypeLegacy> classToLegacyConfigs)
          Set the additional mappings for legacy classes.
 

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

Uses of ConfigurationEventTypeLegacy in net.esper.event.property
 

Methods in net.esper.event.property with parameters of type ConfigurationEventTypeLegacy
static PropertyListBuilder PropertyListBuilderFactory.createBuilder(ConfigurationEventTypeLegacy optionalLegacyClassConfigs)
          Creates an implementation for a builer considering the accessor style and code generation flags for a given class.
protected static void PropertyListBuilderExplicit.getExplicitProperties(List<EventPropertyDescriptor> result, Class clazz, ConfigurationEventTypeLegacy legacyConfig)
          Populates explicitly-defined properties into the result list.
 

Constructors in net.esper.event.property with parameters of type ConfigurationEventTypeLegacy
PropertyListBuilderExplicit(ConfigurationEventTypeLegacy legacyConfig)
          Ctor.
PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
          Ctor.
PropertyListBuilderPublic(ConfigurationEventTypeLegacy legacyConfig)
          Ctor.