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

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