Examples of finishedInit()


Examples of freenet.config.FreenetFilePersistentConfig.finishedInit()

    tracker.startDeadUIDChecker();

    // After everything has been created, write the config file back to disk.
    if(config instanceof FreenetFilePersistentConfig) {
      FreenetFilePersistentConfig cfg = (FreenetFilePersistentConfig) config;
      cfg.finishedInit(this.ticker);
      cfg.setHasNodeStarted();
    }
    config.store();

    // Process any data in the extra peer data directory
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.