public class FunctionTracker
extends org.osgi.util.tracker.ServiceTracker<org.h2gis.api.Function,org.h2gis.api.Function>
| Constructor and Description |
|---|
FunctionTracker(DataSource dataSource,
org.osgi.framework.BundleContext bundleContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.h2gis.api.Function |
addingService(org.osgi.framework.ServiceReference<org.h2gis.api.Function> reference) |
void |
open() |
void |
removedService(org.osgi.framework.ServiceReference<org.h2gis.api.Function> reference,
org.h2gis.api.Function service) |
public FunctionTracker(DataSource dataSource, org.osgi.framework.BundleContext bundleContext) throws SQLException
dataSource - Active datasourcebundleContext - BundleContextSQLExceptionpublic void open()
open in class org.osgi.util.tracker.ServiceTracker<org.h2gis.api.Function,org.h2gis.api.Function>public org.h2gis.api.Function addingService(org.osgi.framework.ServiceReference<org.h2gis.api.Function> reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.h2gis.api.Function,org.h2gis.api.Function>addingService in class org.osgi.util.tracker.ServiceTracker<org.h2gis.api.Function,org.h2gis.api.Function>public void removedService(org.osgi.framework.ServiceReference<org.h2gis.api.Function> reference,
org.h2gis.api.Function service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.h2gis.api.Function,org.h2gis.api.Function>removedService in class org.osgi.util.tracker.ServiceTracker<org.h2gis.api.Function,org.h2gis.api.Function>Copyright © 2017 CNRS. All rights reserved.