Package | Description |
---|---|
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.
|
Constructor and Description |
---|
EsperIODBAdapter(ConfigurationDBAdapter config,
String engineURI)
Quickstart constructor.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationDBAdapter |
ConfigurationDBAdapter.configure()
Use the configuration specified in an application
resource named esper.cfg.xml.
|
ConfigurationDBAdapter |
ConfigurationDBAdapter.configure(File configFile)
Use the ConfigurationDBAdapter specified in the given application
file.
|
ConfigurationDBAdapter |
ConfigurationDBAdapter.configure(String resource)
Use the ConfigurationDBAdapter specified in the given application
resource.
|
ConfigurationDBAdapter |
ConfigurationDBAdapter.configure(URL url)
Use the ConfigurationDBAdapter specified by the given URL.
|
ConfigurationDBAdapter |
ConfigurationDBAdapter.configureFromString(String xml)
Use the ConfigurationDBAdapter specified by the given XML String.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ConfigurationDBAdapterParser.doConfigure(ConfigurationDBAdapter configuration,
Document doc)
Parse the W3C DOM document.
|
protected static void |
ConfigurationDBAdapterParser.doConfigure(ConfigurationDBAdapter configuration,
InputStream stream,
String resourceName)
Use the configuration specified in the given input stream.
|