public class ServiceReferenceHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.appmgt.impl.AppManagerConfigurationService |
getAPIManagerConfigurationService() |
static org.wso2.carbon.utils.ConfigurationContextService |
getContextService() |
org.wso2.carbon.registry.indexing.service.TenantIndexingLoader |
getIndexLoaderService() |
static ServiceReferenceHolder |
getInstance() |
org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
org.wso2.carbon.appmgt.impl.service.TenantConfigurationService |
getTenantConfigurationService() |
static org.wso2.carbon.user.core.UserRealm |
getUserRealm() |
void |
setAPIManagerConfigurationService(org.wso2.carbon.appmgt.impl.AppManagerConfigurationService amConfigurationService) |
static void |
setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
void |
setIndexLoaderService(org.wso2.carbon.registry.indexing.service.TenantIndexingLoader indexLoader) |
void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
void |
setTenantConfigurationService(org.wso2.carbon.appmgt.impl.service.TenantConfigurationService tenantConfigurationService) |
static void |
setUserRealm(org.wso2.carbon.user.core.UserRealm realm) |
public static org.wso2.carbon.utils.ConfigurationContextService getContextService()
public static void setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
public static ServiceReferenceHolder getInstance()
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public org.wso2.carbon.appmgt.impl.AppManagerConfigurationService getAPIManagerConfigurationService()
public void setAPIManagerConfigurationService(org.wso2.carbon.appmgt.impl.AppManagerConfigurationService amConfigurationService)
public org.wso2.carbon.user.core.service.RealmService getRealmService()
public void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static void setUserRealm(org.wso2.carbon.user.core.UserRealm realm)
public static org.wso2.carbon.user.core.UserRealm getUserRealm()
public void setIndexLoaderService(org.wso2.carbon.registry.indexing.service.TenantIndexingLoader indexLoader)
public org.wso2.carbon.registry.indexing.service.TenantIndexingLoader getIndexLoaderService()
public void setTenantConfigurationService(org.wso2.carbon.appmgt.impl.service.TenantConfigurationService tenantConfigurationService)
public org.wso2.carbon.appmgt.impl.service.TenantConfigurationService getTenantConfigurationService()
Copyright © 2017 WSO2. All rights reserved.