public class DataHolder extends Object
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.tomcat.api.CarbonTomcatService |
getCarbonTomcatService() |
org.wso2.carbon.utils.ConfigurationContextService |
getConfigurationContextService() |
static DataHolder |
getInstance() |
void |
registerRetrieverServices(org.osgi.framework.BundleContext bundleContext) |
void |
setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService) |
void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
public static DataHolder getInstance()
public void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
public org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
public void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)
public org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()
Copyright © 2019 WSO2. All rights reserved.