Class SynchronizationRunner

java.lang.Object
com.zfabrik.sync.SynchronizationRunner
All Implemented Interfaces:
Runnable

public class SynchronizationRunner extends Object implements Runnable
Performs a synchronization of the z2 home. This will look up all synchronizers (see ISynchronizer) and implement the synchronization process over them.
Author:
hb
  • Field Details

  • Constructor Details

    • SynchronizationRunner

      public SynchronizationRunner()
    • SynchronizationRunner

      public SynchronizationRunner(short mode)
  • Method Details

    • sequenceExecuting

      public static boolean sequenceExecuting()
    • getLastSyncStarted

      public static Long getLastSyncStarted()
    • getLastSyncCompleted

      public static Long getLastSyncCompleted()
    • start

      public static void start()
    • end

      public static void end()
    • setKeepLog

      public void setKeepLog(boolean keepLog)
    • getLog

      public List<String> getLog()
    • setWhenDone

      public void setWhenDone(Runnable whenDone)
    • setMode

      public void setMode(short mode)
    • getMode

      public short getMode()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • execute

      public void execute(boolean wait)