Uses of Class
com.espertech.esper.client.ConfigurationException

Packages that use ConfigurationException
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

Uses of ConfigurationException in com.espertech.esper.client
 

Methods in com.espertech.esper.client that throw ConfigurationException
 void ConfigurationOperations.addEventTypeAlias(String eventTypeAlias, Class eventClass)
          Add an alias for an event type represented by Java-bean plain-old Java object events.
 void ConfigurationOperations.addEventTypeAlias(String eventTypeAlias, ConfigurationEventTypeXMLDOM xmlDOMEventTypeDesc)
          Add an alias for an event type that represents org.w3c.dom.Node events.
 void ConfigurationOperations.addEventTypeAlias(String eventTypeAlias, Map<String,Class> typeMap)
          Add an alias for an event type that represents java.util.Map events, taking a Map of event property and class name as a parameter.
 void ConfigurationOperations.addEventTypeAlias(String eventTypeAlias, Properties typeMap)
          Add an alias for an event type that represents java.util.Map events.
 void ConfigurationOperations.addEventTypeAlias(String eventTypeAlias, String eventClassName)
          Add an alias for an event type represented by JavaBean object events.
 void ConfigurationOperations.addEventTypeAliasNestable(String eventTypeAlias, Map<String,Object> typeMap)
          Add an alias for an event type that represents java.util.Map events, and for which each property may itself be a Map of further properties, with unlimited nesting levels.
 void ConfigurationOperations.addImport(String importName)
          Adds a package or class to the list of automatically-imported classes and packages.
 void ConfigurationOperations.addNestableEventTypeAlias(String eventTypeAlias, Map<String,Object> typeMap)
          Add an alias for an event type that represents nestable strong-typed java.util.Map events, taking a Map of event property and class name as a parameter.
 void ConfigurationOperations.addPlugInAggregationFunction(String functionName, String aggregationClassName)
          Adds a plug-in aggregation function given a function name and an aggregation class name.
 void ConfigurationOperations.addVariable(String variableName, Class type, Object initializationValue)
          Add a variable.
static EPServiceProvider EPServiceProviderManager.getDefaultProvider(Configuration configuration)
          Returns the default EPServiceProvider.
static EPServiceProvider EPServiceProviderManager.getProvider(String providerURI, Configuration configuration)
          Returns an EPServiceProvider for a given provider URI.
 

Uses of ConfigurationException in com.espertech.esper.core
 

Methods in com.espertech.esper.core that throw ConfigurationException
 void ConfigurationOperationsImpl.addEventTypeAliasNestable(String eventTypeAlias, Map<String,Object> typeMap)
           
 void ConfigurationOperationsImpl.addVariable(String variableName, Class type, Object initializationValue)
           
 

Constructors in com.espertech.esper.core that throw ConfigurationException
EPServiceProviderImpl(Configuration configuration, String engineURI)
          Constructor - initializes services.
 

Uses of ConfigurationException in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that throw ConfigurationException
 void PluggableObjectCollection.addPatternObjects(List<ConfigurationPlugInPatternObject> configPattern)
          Add a plug-in pattern object.
 void PluggableObjectCollection.addViews(List<ConfigurationPlugInView> configurationPlugInViews)
          Add a plug-in view.
 

Uses of ConfigurationException in com.espertech.esper.event.vaevent
 

Methods in com.espertech.esper.event.vaevent that throw ConfigurationException
 void ValueAddEventServiceImpl.addRevisionEventType(String revisionEventTypeAlias, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
           
 void ValueAddEventServiceImpl.addVariantStream(String variantStreamname, ConfigurationVariantStream variantStreamConfig, EventAdapterService eventAdapterService)
           
 void ValueAddEventService.addVariantStream(String variantEventTypeAlias, ConfigurationVariantStream variantStreamConfig, EventAdapterService eventAdapterService)
          Adds a new variant stream.
 void ValueAddEventServiceImpl.init(Map<String,ConfigurationRevisionEventType> configRevision, Map<String,ConfigurationVariantStream> configVariant, EventAdapterService eventAdapterService)
           
 


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