Quartz Scheduler Configuration Guide : Configuring DataSources : Custom ConnectionProvider Implementations
Custom ConnectionProvider Implementations
Property Name
Required
Type
Default Value
org.quartz.dataSource.NAME. connectionProvider.class
yes
String (class name)
null
org.quartz.dataSource.NAME.connectionProvider.class
The class name of the ConnectionProvider to use. After instantiating the class, Quartz can automatically set configuration properties on the instance, bean-style.
Following is an example of using a custom ConnectionProvider implementation:
org.quartz.dataSource.myCustomDS.connectionProvider.class = com.foo.FooConnectionProvider
org.quartz.dataSource.myCustomDS.someStringProperty = someValue
org.quartz.dataSource.myCustomDS.someIntProperty = 5
Copyright © 2010-2016 Software AG, Darmstadt, Germany.

Product Logo |   Feedback