Uses of Class
com.espertech.esperio.db.config.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
ModifierConstructorDescriptionEsperIODBAdapter
(ConfigurationDBAdapter config, String runtimeURI) Quickstart constructor. -
Uses of ConfigurationDBAdapter in com.espertech.esperio.db.config
Modifier 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.Modifier 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.