Package org.wso2.carbon.webapp.mgt
Class DataHolder
java.lang.Object
org.wso2.carbon.webapp.mgt.DataHolder
Holds the some of the data required by the webapps component
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.wso2.carbon.core.deployment.DeploymentSynchronizer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.wso2.carbon.application.deployer.service.ApplicationManagerServicestatic org.wso2.carbon.tomcat.api.CarbonTomcatServicestatic org.wso2.carbon.core.deployment.DeploymentSynchronizerstatic org.wso2.carbon.user.core.service.RealmServicestatic org.wso2.carbon.registry.core.service.RegistryServicestatic org.apache.axis2.context.ConfigurationContextstatic org.wso2.carbon.registry.core.service.TenantRegistryLoaderstatic voidsetApplicationManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager) static voidsetCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService) static voidsetDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer deploymentSynchronizerService) static voidsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) static voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) static voidsetServerConfigContext(org.apache.axis2.context.ConfigurationContext serverConfigContext) static voidsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
-
Field Details
-
deploymentSynchronizerService
protected static org.wso2.carbon.core.deployment.DeploymentSynchronizer deploymentSynchronizerService
-
-
Constructor Details
-
DataHolder
public DataHolder()
-
-
Method Details
-
getRealmService
public static org.wso2.carbon.user.core.service.RealmService getRealmService() -
setRealmService
public static void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) -
setServerConfigContext
public static void setServerConfigContext(org.apache.axis2.context.ConfigurationContext serverConfigContext) -
getServerConfigContext
public static org.apache.axis2.context.ConfigurationContext getServerConfigContext() -
setCarbonTomcatService
public static void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService) -
getCarbonTomcatService
public static org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService() -
setDeploymentSynchronizerService
public static void setDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer deploymentSynchronizerService) -
getDeploymentSynchronizerService
public static org.wso2.carbon.core.deployment.DeploymentSynchronizer getDeploymentSynchronizerService() -
setTenantRegistryLoader
public static void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) -
getTenantRegistryLoader
public static org.wso2.carbon.registry.core.service.TenantRegistryLoader getTenantRegistryLoader() -
setRegistryService
public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) -
getRegistryService
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService() -
getApplicationManager
public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getApplicationManager() -
setApplicationManager
public static void setApplicationManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager)
-