Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.PollResult
-
Packages that use PollResult Package Description org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi org.neotropic.kuwaiba.modules.commercial.sync.model -
-
Uses of PollResult in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi that return PollResult Modifier and Type Method Description PollResult
BridgeDomainSyncProvider. mappedPoll(SynchronizationGroup syncGroup)
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi with parameters of type PollResult Modifier and Type Method Description List<SyncResult>
BridgeDomainSyncProvider. automatedSync(PollResult pollResult)
List<SyncFinding>
BridgeDomainSyncProvider. supervisedSync(PollResult pollResult)
-
Uses of PollResult in org.neotropic.kuwaiba.modules.commercial.sync.model
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return PollResult Modifier and Type Method Description abstract PollResult
AbstractSyncProvider. mappedPoll(SynchronizationGroup syncGroup)
Some synchronization processes are related to a specific inventory object (for example when syncing the hardware of a given device).Methods in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type PollResult Modifier and Type Method Description abstract 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<SyncFinding>
AbstractSyncProvider. supervisedSync(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.
-