Package com.caucho.server.repository

Examples of com.caucho.server.repository.RepositoryManager


    _server = Server.getCurrent();

    if (_server == null)
      throw new ConfigException(L.l("resin:DeployService requires an active Server."));

    _repository = new RepositoryManager();

    setLinkStream(getBroker().getBrokerStream());
    getBroker().addActor(getActorStream());
  }
View Full Code Here

TOP

Related Classes of com.caucho.server.repository.RepositoryManager

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.