Package org.ozoneDB.core

Examples of org.ozoneDB.core.Env


     * This constructor will only be called, when the object is constructed
     * from a stream.
     */
    public OzoneProxy() {
        //we assume that we are inside the kernel
        Env env = Env.currentEnv();
        if (env != null) {
            link = env.database;
        }
    }
View Full Code Here

TOP

Related Classes of org.ozoneDB.core.Env

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.