Package com.mmoscene.h4j.database

Examples of com.mmoscene.h4j.database.DAO


        getLogger().info("");

        config.load("props/server.properties");
        network.listen();
        pool.load();
        db_obj = new DAO();
        communication_manager = new CommunicationManager();

        habbo_hotel = new HabboHotel();
    }
View Full Code Here

TOP

Related Classes of com.mmoscene.h4j.database.DAO

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.