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, waitForService
public DataSourceFactoryTracker(BundleContext context, String driver, SingleServiceListener<org.osgi.service.jdbc.DataSourceFactory> listener) throws InvalidSyntaxException
InvalidSyntaxException
public DataSourceFactoryTracker(BundleContext context, String driver, SingleServiceListener<org.osgi.service.jdbc.DataSourceFactory> listener, boolean isConnectionPool) throws InvalidSyntaxException
InvalidSyntaxException
public String getDriver()