Examples of HjResetRunningRequest


Examples of com.esri.gpt.catalog.harvest.jobs.HjResetRunningRequest

   * Recovers records.
   */
  private void resetRunning() {
    RequestContext context = RequestContext.extract(null);
    try {
      HjResetRunningRequest recover = new HjResetRunningRequest(context);
      recover.execute();
      if (taskQueue!=null) {
        taskQueue.notifyChange();
      }
    } catch (SQLException ex) {
      LOGGER.log(Level.SEVERE, "[SYNCHRONIZER] Error recovering from the previous failout", ex);
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.