Uses of Class
net.esper.event.EventAdapterException

Packages that use EventAdapterException
net.esper.event This package defines the Esper Client event API. 
 

Uses of EventAdapterException in net.esper.event
 

Methods in net.esper.event that throw EventAdapterException
 EventBean EventAdapterServiceImpl.adapterForMap(java.util.Map<java.lang.String,java.lang.Object> event, java.lang.String eventTypeAlias)
           
 EventBean EventAdapterService.adapterForMap(java.util.Map<java.lang.String,java.lang.Object> event, java.lang.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(java.lang.String eventTypeAlias, java.lang.Class clazz)
           
 EventType EventAdapterService.addBeanType(java.lang.String eventTypeAlias, java.lang.Class clazz)
          Add an event type with the given alias and Java class.
 EventType EventAdapterServiceImpl.addBeanType(java.lang.String eventTypeAlias, java.lang.String fullyQualClassName)
           
 EventType EventAdapterService.addBeanType(java.lang.String eventTypeAlias, java.lang.String fullyQualClassName)
          Add an event type with the given alias and Java fully-qualified class name.
 EventType EventAdapterServiceImpl.addMapType(java.lang.String eventTypeAlias, java.util.Map<java.lang.String,java.lang.Class> propertyTypes)
           
 EventType EventAdapterService.addMapType(java.lang.String eventTypeAlias, java.util.Map<java.lang.String,java.lang.Class> propertyTypes)
          Add an event type with the given alias and a given set of properties.
 EventType EventAdapterServiceImpl.createAnonymousMapType(java.util.Map<java.lang.String,java.lang.Class> propertyTypes)