Examples of dumpRepo()


Examples of org.apache.sling.discovery.impl.setup.Instance.dumpRepo()

            final int aliveCntFinal = aliveCnt;

      for (Iterator<Instance> it = instances.iterator(); it.hasNext();) {
        Instance instance = it.next();
        try {
                    instance.dumpRepo();
                } catch (Exception e) {
                    logger.error("Failed dumping repo for instance " + instance.getSlingId(), 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.