Uses of Class
com.espertech.esperio.db.config.ConfigurationDBAdapter
Packages that use ConfigurationDBAdapter
Package
Description
DB Adapter plug-in classes for use in Esper configuration and adapter API.
DB adapter classes for configuration.
-
Uses of ConfigurationDBAdapter in com.espertech.esperio.db
Constructors in com.espertech.esperio.db with parameters of type ConfigurationDBAdapterModifierConstructorDescriptionEsperIODBAdapter
(ConfigurationDBAdapter config, String runtimeURI) Quickstart constructor. -
Uses of ConfigurationDBAdapter in com.espertech.esperio.db.config
Methods in com.espertech.esperio.db.config that return ConfigurationDBAdapterModifier and TypeMethodDescriptionConfigurationDBAdapter.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the ConfigurationDBAdapter specified in the given application file.Use the ConfigurationDBAdapter specified in the given application resource.Use the ConfigurationDBAdapter specified by the given URL.ConfigurationDBAdapter.configureFromString
(String xml) Use the ConfigurationDBAdapter specified by the given XML String.Methods in com.espertech.esperio.db.config with parameters of type ConfigurationDBAdapterModifier and TypeMethodDescriptionprotected static void
ConfigurationDBAdapterParser.doConfigure
(ConfigurationDBAdapter configuration, InputStream stream, String resourceName) Use the configuration specified in the given input stream.protected static void
ConfigurationDBAdapterParser.doConfigure
(ConfigurationDBAdapter configuration, Document doc) Parse the W3C DOM document.