public class DataSourceFactoryTracker extends SingleServiceTracker<org.osgi.service.jdbc.DataSourceFactory>
| Constructor and Description |
|---|
DataSourceFactoryTracker(BundleContext context,
String driver,
SingleServiceListener<org.osgi.service.jdbc.DataSourceFactory> listener) |
DataSourceFactoryTracker(BundleContext context,
String driver,
SingleServiceListener<org.osgi.service.jdbc.DataSourceFactory> listener,
boolean isConnectionPool) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver() |
addingService, close, getService, modifiedService, open, open, removedService, waitForServicepublic DataSourceFactoryTracker(BundleContext context, String driver, SingleServiceListener<org.osgi.service.jdbc.DataSourceFactory> listener) throws InvalidSyntaxException
InvalidSyntaxExceptionpublic DataSourceFactoryTracker(BundleContext context, String driver, SingleServiceListener<org.osgi.service.jdbc.DataSourceFactory> listener, boolean isConnectionPool) throws InvalidSyntaxException
InvalidSyntaxExceptionpublic String getDriver()