Uses of Class
org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration

Packages that use DeploymentSynchronizerConfiguration
org.wso2.carbon.deployment.synchronizer.repository   
org.wso2.carbon.deployment.synchronizer.services   
 

Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.repository
 

Methods in org.wso2.carbon.deployment.synchronizer.repository that return DeploymentSynchronizerConfiguration
static DeploymentSynchronizerConfiguration CarbonRepositoryUtils.getActiveSynchronizerConfiguration(int tenantId)
          Loads the deployment synchronizer configuration.
static DeploymentSynchronizerConfiguration CarbonRepositoryUtils.getDefaultDeploymentSyncConfiguration()
           
static DeploymentSynchronizerConfiguration CarbonRepositoryUtils.getDeploymentSyncConfigurationFromConf()
          Load the deployment synchronizer configuration from the global ServerConfiguration of Carbon.
static DeploymentSynchronizerConfiguration CarbonRepositoryUtils.getDeploymentSyncConfigurationFromRegistry(int tenantId)
          Loads the deployment synchronizer configuration from the configuration registry of the specified tenant.
 

Methods in org.wso2.carbon.deployment.synchronizer.repository with parameters of type DeploymentSynchronizerConfiguration
static void CarbonRepositoryUtils.persistConfiguration(DeploymentSynchronizerConfiguration config, int tenantId)
          Save the given DeploymentSynchronizerConfiguration to the registry.
 

Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.services
 

Methods in org.wso2.carbon.deployment.synchronizer.services that return DeploymentSynchronizerConfiguration
 DeploymentSynchronizerConfiguration DeploymentSynchronizerAdmin.getSynchronizerConfigurationForCarbonRepository()
           
 

Methods in org.wso2.carbon.deployment.synchronizer.services with parameters of type DeploymentSynchronizerConfiguration
 void DeploymentSynchronizerAdmin.enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
           
 void DeploymentSynchronizerAdmin.updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config)
           
 



Copyright © 2015 WSO2. All rights reserved.