Class DataSourceService
- java.lang.Object
-
- de.codecentric.reedelk.database.internal.commons.DataSourceService
-
public class DataSourceService extends Object
-
-
Constructor Summary
Constructors Constructor Description DataSourceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voiddispose(de.codecentric.reedelk.runtime.api.component.Component component, ConnectionConfiguration connectionConfiguration)com.mchange.v2.c3p0.ComboPooledDataSourcegetDataSource(de.codecentric.reedelk.runtime.api.component.Component component, ConnectionConfiguration connectionConfiguration)
-
-
-
Method Detail
-
getDataSource
public com.mchange.v2.c3p0.ComboPooledDataSource getDataSource(de.codecentric.reedelk.runtime.api.component.Component component, ConnectionConfiguration connectionConfiguration)
-
dispose
public void dispose(de.codecentric.reedelk.runtime.api.component.Component component, ConnectionConfiguration connectionConfiguration)
-
dispose
public void dispose()
-
-