Uses of Class
com.espertech.esperio.db.config.ConfigurationDBAdapter

Packages that use ConfigurationDBAdapter
com.espertech.esperio.db DB Adapter plug-in classes for use in Esper configuration and adapter API. 
com.espertech.esperio.db.config DB adapter classes for configuration. 
 

Uses of ConfigurationDBAdapter in com.espertech.esperio.db
 

Constructors in com.espertech.esperio.db with parameters of type ConfigurationDBAdapter
EsperIODBAdapter(ConfigurationDBAdapter config, java.lang.String engineURI)
          Quickstart constructor.
 

Uses of ConfigurationDBAdapter in com.espertech.esperio.db.config
 

Methods in com.espertech.esperio.db.config that return ConfigurationDBAdapter
 ConfigurationDBAdapter ConfigurationDBAdapter.configure()
          Use the configuration specified in an application resource named esper.cfg.xml.
 ConfigurationDBAdapter ConfigurationDBAdapter.configure(java.io.File configFile)
          Use the ConfigurationDBAdapter specified in the given application file.
 ConfigurationDBAdapter ConfigurationDBAdapter.configure(java.lang.String resource)
          Use the ConfigurationDBAdapter specified in the given application resource.
 ConfigurationDBAdapter ConfigurationDBAdapter.configure(java.net.URL url)
          Use the ConfigurationDBAdapter specified by the given URL.
 ConfigurationDBAdapter ConfigurationDBAdapter.configureFromString(java.lang.String xml)
          Use the ConfigurationDBAdapter specified by the given XML String.
 

Methods in com.espertech.esperio.db.config with parameters of type ConfigurationDBAdapter
protected static void ConfigurationDBAdapterParser.doConfigure(ConfigurationDBAdapter configuration, org.w3c.dom.Document doc)
          Parse the W3C DOM document.
protected static void ConfigurationDBAdapterParser.doConfigure(ConfigurationDBAdapter configuration, java.io.InputStream stream, java.lang.String resourceName)
          Use the configuration specified in the given input stream.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com