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. 
 

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.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 uri, Configuration configuration)
          Returns an EPServiceProvider for a given registration URI.
 

Uses of ConfigurationException in com.espertech.esper.core
 

Methods in com.espertech.esper.core that throw ConfigurationException
 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.
 


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