Package com.quickwebframework.web.thread

Examples of com.quickwebframework.web.thread.BundleAutoManageThread.start()


          startFrameworkUsedTime));

      // 扫描插件目录,看是否有插件需要自动安装
      Thread trdBundleAutoManage = new BundleAutoManageThread(
          osgiFrameworkStorage);
      trdBundleAutoManage.start();
    } catch (BundleException e) {
      throw new RuntimeException("启动OSGi Framework失败!", e);
    }
  }
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.