Package xbird.server.services

Examples of xbird.server.services.DbService


    /**
     * Core services are: <code>DbService</code>, and <code>XQEngineService</code>.
     */
    private void registCoreServices() {
        services.addService(new DbService());
    }
View Full Code Here

TOP

Related Classes of xbird.server.services.DbService

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.