|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationEventTypeLegacy | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.event | This package defines the internal event APIs. |
com.espertech.esper.event.bean | JavaBean and legacy Java underlying event classes are here. |
Uses of ConfigurationEventTypeLegacy in com.espertech.esper.client |
---|
Fields in com.espertech.esper.client with type parameters of type ConfigurationEventTypeLegacy | |
---|---|
protected java.util.Map<java.lang.String,ConfigurationEventTypeLegacy> |
Configuration.eventTypesLegacy
Map of event type name and Legacy-type event configuration. |
Methods in com.espertech.esper.client that return types with arguments of type ConfigurationEventTypeLegacy | |
---|---|
java.util.Map<java.lang.String,ConfigurationEventTypeLegacy> |
ConfigurationInformation.getEventTypesLegacy()
Returns the mapping of event type name to legacy java event type information. |
java.util.Map<java.lang.String,ConfigurationEventTypeLegacy> |
Configuration.getEventTypesLegacy()
|
Methods in com.espertech.esper.client with parameters of type ConfigurationEventTypeLegacy | |
---|---|
void |
ConfigurationOperations.addEventType(java.lang.String eventTypeName,
java.lang.String eventClass,
ConfigurationEventTypeLegacy legacyEventTypeDesc)
Add an name for an event type that represents legacy Java type (non-JavaBean style) events. |
void |
Configuration.addEventType(java.lang.String eventTypeName,
java.lang.String eventClass,
ConfigurationEventTypeLegacy legacyEventTypeDesc)
Add an name for an event type that represents legacy Java type (non-JavaBean style) events. |
Uses of ConfigurationEventTypeLegacy in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type ConfigurationEventTypeLegacy | |
---|---|
void |
ConfigurationOperationsImpl.addEventType(java.lang.String eventTypeName,
java.lang.String eventClass,
ConfigurationEventTypeLegacy legacyEventTypeDesc)
|
Uses of ConfigurationEventTypeLegacy in com.espertech.esper.event |
---|
Methods in com.espertech.esper.event that return ConfigurationEventTypeLegacy | |
---|---|
ConfigurationEventTypeLegacy |
EventAdapterServiceImpl.getClassLegacyConfigs(java.lang.String className)
|
ConfigurationEventTypeLegacy |
EventAdapterService.getClassLegacyConfigs(java.lang.String className)
Returns the configured legacy Java class information or null if none defined. |
Method parameters in com.espertech.esper.event with type arguments of type ConfigurationEventTypeLegacy | |
---|---|
void |
EventAdapterServiceImpl.setClassLegacyConfigs(java.util.Map<java.lang.String,ConfigurationEventTypeLegacy> classToLegacyConfigs)
Set the legacy Java class type information. |
void |
EventAdapterService.setClassLegacyConfigs(java.util.Map<java.lang.String,ConfigurationEventTypeLegacy> classLegacyInfo)
Sets the configured legacy Java class information. |
Uses of ConfigurationEventTypeLegacy in com.espertech.esper.event.bean |
---|
Methods in com.espertech.esper.event.bean that return ConfigurationEventTypeLegacy | |
---|---|
ConfigurationEventTypeLegacy |
BeanEventAdapter.getClassToLegacyConfigs(java.lang.String className)
|
ConfigurationEventTypeLegacy |
BeanEventType.getOptionalLegacyDef()
|
Methods in com.espertech.esper.event.bean 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(java.util.List<InternalEventPropDescriptor> result,
java.lang.Class clazz,
ConfigurationEventTypeLegacy legacyConfig)
Populates explicitly-defined properties into the result list. |
Method parameters in com.espertech.esper.event.bean with type arguments of type ConfigurationEventTypeLegacy | |
---|---|
void |
BeanEventAdapter.setClassToLegacyConfigs(java.util.Map<java.lang.String,ConfigurationEventTypeLegacy> classToLegacyConfigs)
Set the additional mappings for legacy classes. |
Constructors in com.espertech.esper.event.bean with parameters of type ConfigurationEventTypeLegacy | |
---|---|
BeanEventType(EventTypeMetadata metadata,
int eventTypeId,
java.lang.Class clazz,
EventAdapterService eventAdapterService,
ConfigurationEventTypeLegacy optionalLegacyDef)
Constructor takes a java bean class as an argument. |
|
PropertyListBuilderExplicit(ConfigurationEventTypeLegacy legacyConfig)
Ctor. |
|
PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
Ctor. |
|
PropertyListBuilderPublic(ConfigurationEventTypeLegacy legacyConfig)
Ctor. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |