Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
-
Packages that use SyncResult Package Description org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi org.neotropic.kuwaiba.modules.commercial.sync.model -
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi that return types with arguments of type SyncResult Modifier and Type Method Description List<SyncResult>
BridgeDomainSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
List<SyncResult>
BridgeDomainSyncProvider. automatedSync(PollResult pollResult)
List<SyncResult>
BridgeDomainSyncProvider. finalize(List<SyncAction> actions)
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.model
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return types with arguments of type SyncResult Modifier and Type Method Description abstract List<SyncResult>
AbstractSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
Implement this method if the supervised synchronization process won't be associated to a single object in the inventory, for example, if you want to see what virtual circuits were re-routed after switching to a backup link during a network failureabstract List<SyncResult>
AbstractSyncProvider. automatedSync(PollResult pollResult)
Implement this method if the supervised synchronization process will be associated to an object in the inventory, for example, you will retrieve the hardware information about a network element and find what has changed overnight.abstract List<SyncResult>
AbstractSyncProvider. finalize(List<SyncAction> actions)
Performs the actual actions
-