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

Packages that use Configuration
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.core Implementation of client package interfaces, glue code 
 

Uses of Configuration in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return Configuration
 Configuration Configuration.configure()
          Use the configuration specified in an application resource named esper.cfg.xml.
 Configuration Configuration.configure(Document document)
          Use the mappings and properties specified in the given XML document.
 Configuration Configuration.configure(File configFile)
          Use the configuration specified in the given application file.
 Configuration Configuration.configure(String resource)
          Use the configuration specified in the given application resource.
 Configuration Configuration.configure(URL url)
          Use the configuration specified by the given URL.
 

Methods in com.espertech.esper.client with parameters of type Configuration
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 Configuration in com.espertech.esper.core
 

Methods in com.espertech.esper.core with parameters of type Configuration
 void EPServiceProviderImpl.setConfiguration(Configuration configuration)
          Sets engine configuration information for use in the next initialize.
 

Constructors in com.espertech.esper.core with parameters of type Configuration
EPServiceProviderImpl(Configuration configuration, String engineURI)
          Constructor - initializes services.
 


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