Package com.zfabrik.impl.hubcr.store
Class SynchronizerImpl
java.lang.Object
com.zfabrik.impl.hubcr.store.SynchronizerImpl
- All Implemented Interfaces:
ISynchronizer
A synchronizer that simply forwards to a shared
HubCRResource
instance. If the HubCR is configured
to update at end of sync, this is the control flow handler for
that. If not configured, the synchronizer will still call but
no changes will be applied.
If you intent to not have hub cr be involved at any time, uncomment the component type in the synchronizer definition.
Also make sure to not have the web front end started.
-
Field Summary
Fields inherited from interface com.zfabrik.util.sync.ISynchronizer
PRIO, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete(ISynchronization sync)
void
preInvalidation(ISynchronization sync)
-
Field Details
-
SCAN
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SynchronizerImpl
public SynchronizerImpl()
-
-
Method Details
-
preInvalidation
- Specified by:
preInvalidation
in interfaceISynchronizer
-
complete
- Specified by:
complete
in interfaceISynchronizer
-