Uses of Interface
org.duracloud.sync.mgmt.ChangeHandler
-
Packages that use ChangeHandler Package Description org.duracloud.sync.mgmt -
-
Uses of ChangeHandler in org.duracloud.sync.mgmt
Classes in org.duracloud.sync.mgmt that implement ChangeHandler Modifier and Type Class Description classSyncManagerThe 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 ChangeHandler Constructor Description ChangeWatcher(ChangedList changedList, ChangeHandler handler, long watchFrequency)Creates a ChangeWatcher which watches for changes to the ChangedList and notifies the ChangeHandler.
-