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.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

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.pattern
 

Constructors in net.esper.pattern that throw ConfigurationException
PatternObjectResolutionServiceImpl(List<ConfigurationPlugInPatternObject> configEntries)
          Ctor.
 

Uses of ConfigurationException in net.esper.view
 

Constructors in net.esper.view that throw ConfigurationException
ViewResolutionServiceImpl(List<ConfigurationPlugInView> configurationPlugInViews)
          Ctor.