Uses of Interface
org.duracloud.sync.mgmt.ChangeHandler
Packages that use ChangeHandler
-
Uses of ChangeHandler in org.duracloud.sync.mgmt
Classes in org.duracloud.sync.mgmt that implement ChangeHandlerModifier and TypeClassDescriptionclassThe SyncManager is responsible to watch for new entries in the ChangedList and make sure those changes are pushed to the SyncEndpoint.Constructors in org.duracloud.sync.mgmt with parameters of type ChangeHandlerModifierConstructorDescriptionChangeWatcher(ChangedList changedList, ChangeHandler handler, long watchFrequency) Creates a ChangeWatcher which watches for changes to the ChangedList and notifies the ChangeHandler.