Package com.db4o.ext

Examples of com.db4o.ext.OldFormatException


          // a readonly decorator, issue a  notification and continue?
            if(! _container.configImpl().isReadOnly()  && ! _container.configImpl().allowVersionUpdates()){
              if(_container.configImpl().automaticShutDown()) {
                Platform4.removeShutDownHook(_container, _container.i_lock);
              }
                throw new OldFormatException();
            }
        }
       
        reader.readLong(); // open time
    long lastAccessTime = reader.readLong();
View Full Code Here

TOP

Related Classes of com.db4o.ext.OldFormatException

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.