public class Neo4jStorageActivator extends Object implements org.osgi.framework.BundleActivator
| Modifier and Type | Field and Description |
|---|---|
private static org.osgi.framework.BundleContext |
bundleContext |
private static String |
DATABASE_PATH |
private Logger |
logger |
(package private) ModelFactory |
mf |
private org.osgi.util.tracker.ServiceTracker |
modelFactoryTracker |
private DMXStorage |
storage |
| Constructor and Description |
|---|
Neo4jStorageActivator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
addService(Object service) |
private void |
checkRequirementsForActivation() |
private org.osgi.util.tracker.ServiceTracker |
createServiceTracker(Class serviceInterface) |
private void |
removeService(Object service) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
private static final String DATABASE_PATH
private static org.osgi.framework.BundleContext bundleContext
ModelFactory mf
private org.osgi.util.tracker.ServiceTracker modelFactoryTracker
private DMXStorage storage
public Neo4jStorageActivator()
public void start(org.osgi.framework.BundleContext bundleContext)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext bundleContext)
stop in interface org.osgi.framework.BundleActivatorprivate org.osgi.util.tracker.ServiceTracker createServiceTracker(Class serviceInterface)
private void addService(Object service)
private void removeService(Object service)
private void checkRequirementsForActivation()
Copyright © 2018. All Rights Reserved.