Package com.caucho.env.repository

Examples of com.caucho.env.repository.RepositoryService


  protected void initEnd()
  {
    super.initEnd();
   
    if (isAllowRepository()) {
      RepositoryService repositoryService = RepositoryService.getCurrent();
      _repository = repositoryService.getRepository();
      _repository.addListener(getId(), this);
      _repositorySpi = repositoryService.getRepositorySpi();
    }
     
    DeployControllerService deployService = DeployControllerService.getCurrent();

    deployService.addTag(getId());
View Full Code Here

TOP

Related Classes of com.caucho.env.repository.RepositoryService

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.