|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationDBRef.DataSourceFactory
public static class ConfigurationDBRef.DataSourceFactory
Connection factory settings for using a Apache DBCP or other provider DataSource factory.
Constructor Summary | |
---|---|
ConfigurationDBRef.DataSourceFactory(java.util.Properties properties,
java.lang.String factoryClassname)
Ctor. |
Method Summary | |
---|---|
void |
addProperty(java.lang.String name,
java.lang.String value)
Adds a property. |
java.lang.String |
getFactoryClassname()
Returns the class name of the data source factory. |
java.util.Properties |
getProperties()
Returns the properties to pass to the static createDataSource method provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationDBRef.DataSourceFactory(java.util.Properties properties, java.lang.String factoryClassname)
properties
- to pass to the data source factoryfactoryClassname
- the class name of the data source factoryMethod Detail |
---|
public java.util.Properties getProperties()
public java.lang.String getFactoryClassname()
public void addProperty(java.lang.String name, java.lang.String value)
name
- keyvalue
- value of property
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |