Class SynchronizationRunner

  • All Implemented Interfaces:
    java.lang.Runnable

    public class SynchronizationRunner
    extends java.lang.Object
    implements java.lang.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
    • Constructor Detail

      • SynchronizationRunner

        public SynchronizationRunner()
      • SynchronizationRunner

        public SynchronizationRunner​(short mode)
    • Method Detail

      • sequenceExecuting

        public static boolean sequenceExecuting()
      • getLastSyncStarted

        public static java.lang.Long getLastSyncStarted()
      • getLastSyncCompleted

        public static java.lang.Long getLastSyncCompleted()
      • start

        public static void start()
      • end

        public static void end()
      • setKeepLog

        public void setKeepLog​(boolean keepLog)
      • getLog

        public java.util.List<java.lang.String> getLog()
      • setWhenDone

        public void setWhenDone​(java.lang.Runnable whenDone)
      • setMode

        public void setMode​(short mode)
      • getMode

        public short getMode()
      • run

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

        public void execute​(boolean wait)