Examples of MongoDBImpl


Examples of org.apache.tapestry5.internal.mongodb.MongoDBImpl

                     @Symbol(MongoDBSymbols.CONSISTENT_REQUEST) boolean consistentRequest,
           @Symbol(MongoDBSymbols.SECURE_MODE) boolean secureMode,
           @Symbol(MongoDBSymbols.DB_USERNAME) String dbUsername,
           @Symbol(MongoDBSymbols.DB_PASSWORD) String dbPassword)
    {
        final MongoDBImpl mongoDB = new MongoDBImpl(logger, mongoDBSource,
                defaultDbName, consistentRequest, secureMode, dbUsername, dbPassword);

    perthreadManager.addThreadCleanupListener(mongoDB);

        return mongoDB;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.