de.deepamehta.storage.neo4j
Class Neo4jStorageActivator

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.storage.neo4j.Neo4jStorageActivator
All Implemented Interfaces:
BundleActivator

public class Neo4jStorageActivator
extends Object
implements BundleActivator


Field Summary
private static String DATABASE_PATH
           
private  Logger logger
           
private  DeepaMehtaStorage storage
           
 
Constructor Summary
Neo4jStorageActivator()
           
 
Method Summary
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATABASE_PATH

private static final String DATABASE_PATH

storage

private DeepaMehtaStorage storage

logger

private final Logger logger
Constructor Detail

Neo4jStorageActivator

public Neo4jStorageActivator()
Method Detail

start

public void start(BundleContext context)
Specified by:
start in interface BundleActivator

stop

public void stop(BundleContext context)
Specified by:
stop in interface BundleActivator


Copyright © 2014. All Rights Reserved.