Uses of Class
com.espertech.esper.event.EventAdapterException

Packages that use EventAdapterException
com.espertech.esper.event This package defines the Esper Client event API. 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

Uses of EventAdapterException in com.espertech.esper.event
 

Methods in com.espertech.esper.event that throw EventAdapterException
 EventBean EventAdapterServiceImpl.adapterForMap(Map event, String eventTypeAlias)
           
 EventBean EventAdapterService.adapterForMap(Map event, String eventTypeAlias)
          Wrap the Map-type event returning an EventBean using the event type alias name to identify the EventType that the event should carry.
 EventType EventAdapterServiceImpl.addBeanType(String eventTypeAlias, Class clazz)
          Add an alias and class as an event type.
 EventType EventAdapterService.addBeanType(String eventTypeAlias, Class clazz)
          Add an event type with the given alias and Java class.
 EventType EventAdapterServiceImpl.addBeanType(String eventTypeAlias, String fullyQualClassName, boolean considerAutoAlias)
          Add an event type for the given Java class name.
 EventType EventAdapterService.addBeanType(String eventTypeAlias, String fullyQualClassName, boolean considerAutoAlias)
          Add an event type with the given alias and Java fully-qualified class name.
 EventType EventAdapterServiceImpl.addMapType(String eventTypeAlias, Map<String,Class> propertyTypes)
           
 EventType EventAdapterService.addMapType(String eventTypeAlias, Map<String,Class> propertyTypes)
          Add an event type with the given alias and a given set of properties.
 EventType EventAdapterServiceImpl.addNestableMapType(String eventTypeAlias, Map<String,Object> propertyTypes)
           
 EventType EventAdapterService.addNestableMapType(String eventTypeAlias, Map<String,Object> propertyTypes)
          Add an event type with the given alias and a given set of properties, wherein properties may itself be Maps, nested and strongly-typed.
 EventType EventAdapterServiceImpl.addWrapperType(String eventTypeAlias, EventType underlyingEventType, Map<String,Object> propertyTypes)
           
 EventType EventAdapterService.addWrapperType(String eventTypeAlias, EventType underlyingEventType, Map<String,Object> propertyTypes)
          Add an event type with the given alias and the given underlying event type, as well as the additional given properties.
 EventType EventAdapterServiceImpl.createAnonymousMapType(Map<String,Object> propertyTypes)
           
 EventType EventAdapterServiceImpl.createAnonymousWrapperType(EventType underlyingEventType, Map<String,Object> propertyTypes)
           
 EventType EventAdapterService.createAnonymousWrapperType(EventType underlyingEventType, Map<String,Object> propertyTypes)
          Create a new anonymous event type with the given underlying event type, as well as the additional given properties.
 

Uses of EventAdapterException in com.espertech.esper.util
 

Methods in com.espertech.esper.util that throw EventAdapterException
static Class JavaClassHelper.getClassForSimpleName(String className)
          Returns the boxed class for the given classname, recognizing all primitive and abbreviations, uppercase and lowercase.
 


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