Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
-
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync
Methods in org.neotropic.kuwaiba.modules.commercial.sync that return types with arguments of type SyncResult Modifier and Type Method Description CompletableFuture<List<SyncResult>>
JobService. createAsyncActionsJob(PollResult pollResult, AbstractSyncProvider syncProvider, int totalElements, int currentElement)
Asynchronous thread to obtain the results of the previous data collection process.CompletableFuture<List<SyncResult>>
JobService. createJob(AbstractSyncProvider syncProvider, List<SyncDataSourceConfiguration> datasources)
Create a thread to execute a result capture to be sent to the user in a dialog. -
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.components
Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.components with type arguments of type SyncResult Modifier and Type Method Description void
ProgressViewDialog. updateValues(JobProgressMessage progress, List<SyncResult> syncResults)
Update the values and UI components of the dialog based on the progress and sync results.Constructors in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type SyncResult Constructor Description SyncResultItem(SyncResult syncResult)
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp that return types with arguments of type SyncResult Modifier and Type Method Description List<SyncResult>
BgpSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
List<SyncResult>
BgpSyncProvider. automatedSync(PollResult pollResult)
List<SyncResult>
BGPSynchronizer. execute()
Executes the BGP synchronizationList<SyncResult>
BgpSyncProvider. finalize(List<SyncAction> actions)
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip that return types with arguments of type SyncResult Modifier and Type Method Description List<SyncResult>
IPAddressesSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
List<SyncResult>
IPAddressesSyncProvider. automatedSync(PollResult pollResult)
List<SyncResult>
IPSynchronizer. execute()
Executes the synchronization to associate the interfaces get it from the ifmib table with the Ip addresses get it from the ipAddrTableList<SyncResult>
IPAddressesSyncProvider. finalize(List<SyncAction> actions)
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference that return types with arguments of type SyncResult Modifier and Type Method Description List<SyncResult>
ReferenceSnmpSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
List<SyncResult>
ReferenceSnmpSyncProvider. automatedSync(PollResult pollResult)
List<SyncResult>
ReferenceSnmpSyncProvider. finalize(List<SyncAction> actions)
List<SyncResult>
EntPhysicalSynchronizer. sync()
-
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan that return types with arguments of type SyncResult Modifier and Type Method Description List<SyncResult>
SnmpCiscoVlansSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
List<SyncResult>
SnmpCiscoVlansSyncProvider. automatedSync(PollResult pollResult)
List<SyncResult>
CiscoVlansSynchronizer. execute()
List<SyncResult>
SnmpCiscoVlansSyncProvider. finalize(List<SyncAction> actions)
-
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>
DumbSyncProvider. automatedSync(List<AbstractDataEntity> originalData)
List<SyncResult>
DumbSyncProvider. automatedSync(PollResult pollResult)
List<SyncResult>
BridgeDomainSyncProvider. finalize(List<SyncAction> actions)
List<SyncResult>
DumbSyncProvider. 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 -
Uses of SyncResult in org.neotropic.kuwaiba.modules.commercial.sync.notification
Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.notification with type arguments of type SyncResult Modifier and Type Method Description void
Broadcaster. broadcast(List<SyncResult> syncResults)
void
ProgressBroadcaster. broadcast(JobProgressMessage progress, List<SyncResult> syncResults)
void
Broadcaster. notifySyncResults(List<SyncResult> syncResults)
com.vaadin.flow.shared.Registration
ProgressBroadcaster. registerSyncResults(BiConsumer<JobProgressMessage,List<SyncResult>> listener)
-