Package org.neo4j.smack.api

Examples of org.neo4j.smack.api.DatabaseService


        neo4jServer.stop();
    }

    public Neo4jServer(String host, int port, GraphDatabaseService db) {
        smackServer = new Smack(host, port, db);
        smackServer.addRoute("/db/data", new DatabaseService("/db/data"));
    }
View Full Code Here

TOP

Related Classes of org.neo4j.smack.api.DatabaseService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.