Package com.zfabrik.sync
Class SynchronizationRunner
java.lang.Object
com.zfabrik.sync.SynchronizationRunner
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALIDATE_AND_VERIFY
public static final short INVALIDATE_AND_VERIFY- See Also:
-
VERIFY_ONLY
public static final short VERIFY_ONLY- See Also:
-
-
Constructor Details
-
SynchronizationRunner
public SynchronizationRunner() -
SynchronizationRunner
public SynchronizationRunner(short mode)
-
-
Method Details
-
sequenceExecuting
public static boolean sequenceExecuting() -
getLastSyncStarted
-
getLastSyncCompleted
-
start
public static void start() -
end
public static void end() -
setKeepLog
public void setKeepLog(boolean keepLog) -
getLog
-
setWhenDone
-
setMode
public void setMode(short mode) -
getMode
public short getMode() -
run
public void run() -
execute
public void execute(boolean wait)
-