Uses of Class
net.esper.client.ConfigurationException

Packages that use ConfigurationException
net.esper.client This package defines the central Esper Client APIs. 
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of ConfigurationException in net.esper.client
 

Methods in net.esper.client that throw ConfigurationException
 void ConfigurationOperations.addEventTypeAlias(String eventTypeAlias, Class javaEventClass)
          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 javaEventClassName)
          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.addPlugInAggregationFunction(String functionName, String aggregationClassName)
          Adds a plug-in aggregation function given a function name and an aggregation class name.
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 net.esper.core
 

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

Uses of ConfigurationException in net.esper.eql.spec
 

Methods in net.esper.eql.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.