|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationEventTypeLegacy | |
---|---|
com.espertech.esper.client | This package defines the central Esper Client APIs. |
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 ConfigurationEventTypeLegacy in com.espertech.esper.client |
---|
Fields in com.espertech.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 com.espertech.esper.client that return types with arguments of type ConfigurationEventTypeLegacy | |
---|---|
Map<String,ConfigurationEventTypeLegacy> |
ConfigurationInformation.getEventTypesLegacy()
Returns the mapping of event type alias to legacy java event type information. |
Map<String,ConfigurationEventTypeLegacy> |
Configuration.getEventTypesLegacy()
|
Methods in com.espertech.esper.client with parameters of type ConfigurationEventTypeLegacy | |
---|---|
void |
Configuration.addEventTypeAlias(String eventTypeAlias,
String eventClass,
ConfigurationEventTypeLegacy legacyEventTypeDesc)
Add an alias for an event type that represents legacy Java type (non-JavaBean style) events. |
Uses of ConfigurationEventTypeLegacy in com.espertech.esper.event |
---|
Method parameters in com.espertech.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 com.espertech.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 com.espertech.esper.event.property |
---|
Methods in com.espertech.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 com.espertech.esper.event.property with parameters of type ConfigurationEventTypeLegacy | |
---|---|
PropertyListBuilderExplicit(ConfigurationEventTypeLegacy legacyConfig)
Ctor. |
|
PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
Ctor. |
|
PropertyListBuilderPublic(ConfigurationEventTypeLegacy legacyConfig)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |