Package hermes.impl

Examples of hermes.impl.FileRepositoryManager


    if (!repDir.exists()) {
      repDir.mkdir();
    }

    repManager = new FileRepositoryManager(repDir, 5000);
    repManager.addRepositoryListener((BrowserTreeModel) getBrowserTree().getModel());

    log.debug("setting maxThreadPoolSize");

    if (config.getMaxThreadPoolSize() == 0) {
View Full Code Here

TOP

Related Classes of hermes.impl.FileRepositoryManager

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.