Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Packages that use AbstractSyncProvider Package Description org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi org.neotropic.kuwaiba.modules.commercial.sync.model -
-
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
Subclasses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi Modifier and Type Class Description class
BridgeDomainSyncProvider
This provider connects to Cisco routers via SSH, retrieves the bridge domain configuration, and creates/updates the relationships between the bridge domains and the logical/physical -
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.model
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return AbstractSyncProvider Modifier and Type Method Description AbstractSyncProvider
SynchronizationGroup. getCurrentProvider()
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return types with arguments of type AbstractSyncProvider Modifier and Type Method Description List<AbstractSyncProvider>
SynchronizationGroup. getLastSelectedProviders()
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type AbstractSyncProvider Modifier and Type Method Description void
SynchronizationGroup. setCurrentProvider(AbstractSyncProvider currentProvider)
Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.model with type arguments of type AbstractSyncProvider Modifier and Type Method Description void
SynchronizationGroup. setLastSelectedProviders(List<AbstractSyncProvider> lastSelectedProviders)
-