Package com.quickwebframework.web.thread

Examples of com.quickwebframework.web.thread.BundleAutoManageThread


          - osgiFrameworkStartTime;
      logger.info(String.format("启动OSGi框架完成,用时 %,d ms",
          startFrameworkUsedTime));

      // 扫描插件目录,看是否有插件需要自动安装
      Thread trdBundleAutoManage = new BundleAutoManageThread(
          osgiFrameworkStorage);
      trdBundleAutoManage.start();
    } catch (BundleException e) {
      throw new RuntimeException("启动OSGi Framework失败!", e);
    }
  }
View Full Code Here

TOP

Related Classes of com.quickwebframework.web.thread.BundleAutoManageThread

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.