Package de.esoco.microsafe.model

Examples of de.esoco.microsafe.model.MicroSafeModel


      try
      {
        aRS  = RecordStore.openRecordStore(RECORDSTORE_NAME, true);
        aHRS = new HierarchicalRecordStorage(aRS);

        aDataModel = new MicroSafeModel(aHRS);
        aDataModel.setProgressMonitor(rMonitor);
        aDataModel.initFromStorage();

        // init will read the data completely; reset the storage to free
        // allocated resources like streams and buffers
View Full Code Here

TOP

Related Classes of de.esoco.microsafe.model.MicroSafeModel

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.