Examples of SynchronizationController


Examples of com.ikanow.infinit.e.core.execute_synchronization.SynchronizationController

        sourceDebug = (String) cliOpts.getOptionValue("source");
      }
      SourceUtils.checkSourcesHaveHashes(communityOverride, sourceDebug);
        // (infrequently ie as part of sync, check all the sources have hashes, which the harvester depends on)
     
      new SynchronizationController().startService(nTimeOfLastCleanse_secs, SourceUtils.getSourcesToWorkOn(communityOverride, sourceDebug, true, true));
    }//TESTED
    else if (cliOpts.hasOption("custom"))
    {
      String jobOverride = null;
      if (cliOpts.hasOption("jobtitle")) {
View Full Code Here

Examples of org.structr.websocket.SynchronizationController

     
    }
   
    final Gson gson = gsonBuilder.create();
   
    final SynchronizationController syncController = new SynchronizationController(gson);
   
    // register (Structr) transaction listener
    TransactionCommand.registerTransactionListener(syncController);
   
    factory.getPolicy().setIdleTimeout(61000);
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.