Package org.ozoneDB.core.admin

Examples of org.ozoneDB.core.admin.Admin


     * Return the administration object for this database.
     *
     * @return The admin object for this database;
     */
    public Admin admin() throws Exception {
        Admin admin = (Admin) objectForName(AdminImpl.OBJECT_NAME);
        return admin;
    }
View Full Code Here

TOP

Related Classes of org.ozoneDB.core.admin.Admin

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.