public class DataHolder extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.wso2.carbon.core.deployment.DeploymentSynchronizer |
deploymentSynchronizerService |
Constructor and Description |
---|
DataHolder() |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.application.deployer.service.ApplicationManagerService |
getApplicationManager() |
static org.wso2.carbon.tomcat.api.CarbonTomcatService |
getCarbonTomcatService() |
static org.wso2.carbon.core.deployment.DeploymentSynchronizer |
getDeploymentSynchronizerService() |
static org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static org.apache.axis2.context.ConfigurationContext |
getServerConfigContext() |
static org.wso2.carbon.registry.core.service.TenantRegistryLoader |
getTenantRegistryLoader() |
static void |
setApplicationManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager) |
static void |
setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService) |
static void |
setDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer deploymentSynchronizerService) |
static void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
static void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
static void |
setServerConfigContext(org.apache.axis2.context.ConfigurationContext serverConfigContext) |
static void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
protected static org.wso2.carbon.core.deployment.DeploymentSynchronizer deploymentSynchronizerService
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
public static void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static void setServerConfigContext(org.apache.axis2.context.ConfigurationContext serverConfigContext)
public static org.apache.axis2.context.ConfigurationContext getServerConfigContext()
public static void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)
public static org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()
public static void setDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer deploymentSynchronizerService)
public static org.wso2.carbon.core.deployment.DeploymentSynchronizer getDeploymentSynchronizerService()
public static void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
public static org.wso2.carbon.registry.core.service.TenantRegistryLoader getTenantRegistryLoader()
public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getApplicationManager()
public static void setApplicationManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager)
Copyright © 2022 WSO2. All rights reserved.