|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
net.esper.core | Implementation of client package interfaces, glue code |
Uses of Configuration in net.esper.client |
---|
Methods in net.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 net.esper.client with parameters of type Configuration | |
---|---|
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 Configuration in net.esper.core |
---|
Methods in net.esper.core with parameters of type Configuration | |
---|---|
void |
EPServiceProviderImpl.setConfiguration(Configuration configuration)
Sets engine configuration information for use in the next initialize. |
Constructors in net.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |