|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.core.service | 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(org.w3c.dom.Document document)
Use the mappings and properties specified in the given XML document. |
Configuration |
Configuration.configure(java.io.File configFile)
Use the configuration specified in the given application file. |
Configuration |
Configuration.configure(java.lang.String resource)
Use the configuration specified in the given application resource. |
Configuration |
Configuration.configure(java.net.URL url)
Use the configuration specified by the given URL. |
Methods in com.espertech.esper.client with parameters of type Configuration | |
---|---|
void |
ConfigurationEngineDefaults.ClusterConfigurator.configure(Configuration configuration)
Provide cluster configuration information. |
static EPServiceProvider |
EPServiceProviderManager.getDefaultProvider(Configuration configuration)
Returns the default EPServiceProvider. |
static EPServiceProvider |
EPServiceProviderManager.getProvider(java.lang.String providerURI,
Configuration configuration)
Returns an EPServiceProvider for a given provider URI. |
Uses of Configuration in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type Configuration | |
---|---|
EPServiceProviderSPI |
Configurator.configure(ConfiguratorContext context,
Configuration configuration)
|
void |
EPServiceProviderSPI.setConfiguration(Configuration configuration)
|
void |
EPServiceProviderImpl.setConfiguration(Configuration configuration)
Sets engine configuration information for use in the next initialize. |
Constructors in com.espertech.esper.core.service with parameters of type Configuration | |
---|---|
EPServiceProviderImpl(Configuration configuration,
java.lang.String engineURI,
java.util.Map<java.lang.String,EPServiceProviderSPI> runtimes)
Constructor - initializes services. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |