Package org.exoplatform.services.jcr.cluster.load

Examples of org.exoplatform.services.jcr.cluster.load.ResultCollector


    * @see org.exoplatform.services.jcr.cluster.load.AbstractTestAgent#prepare()
    */
   @Override
   protected void prepare()
   {
      testRoot = createDirIfAbsent(testRoot, UUID.randomUUID().toString(), new ResultCollector());
   }
View Full Code Here


      {
         // TODO Auto-generated method stub
         super.setUp();
         WebDavTestAgent setUpAgent = new WebDavTestAgent(null, null, null, null, 0, null, false);

         String testRoot = setUpAgent.createDirIfAbsent("", TEST_ROOT, new ResultCollector());
         iterationRoot = setUpAgent.createDirIfAbsent(testRoot, UUID.randomUUID().toString(), new ResultCollector());
      }
View Full Code Here

TOP

Related Classes of org.exoplatform.services.jcr.cluster.load.ResultCollector

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.