public class HostObjectComponent extends Object
| Constructor and Description |
|---|
HostObjectComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext componentContext) |
protected void |
deactivate(org.osgi.service.component.ComponentContext componentContext) |
static org.wso2.carbon.appmgt.impl.AppManagerConfiguration |
getAPIManagerConfiguration() |
static List<String> |
getEnabledAssetTypeList() |
static boolean |
isDisplayMultipleVersionsEnabled() |
protected void |
setAPIManagerConfigurationService(org.wso2.carbon.appmgt.impl.AppManagerConfigurationService amcService) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtx) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
setTenantConfigurationService(org.wso2.carbon.appmgt.impl.service.TenantConfigurationService tenantConfigurationService) |
protected void |
unsetAPIManagerConfigurationService(org.wso2.carbon.appmgt.impl.AppManagerConfigurationService amcService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtx) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetTenantConfigurationService(org.wso2.carbon.appmgt.impl.service.TenantConfigurationService tenantConfigurationService) |
protected void activate(org.osgi.service.component.ComponentContext componentContext)
protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
protected void setAPIManagerConfigurationService(org.wso2.carbon.appmgt.impl.AppManagerConfigurationService amcService)
protected void unsetAPIManagerConfigurationService(org.wso2.carbon.appmgt.impl.AppManagerConfigurationService amcService)
public static org.wso2.carbon.appmgt.impl.AppManagerConfiguration getAPIManagerConfiguration()
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtx)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtx)
protected void setTenantConfigurationService(org.wso2.carbon.appmgt.impl.service.TenantConfigurationService tenantConfigurationService)
protected void unsetTenantConfigurationService(org.wso2.carbon.appmgt.impl.service.TenantConfigurationService tenantConfigurationService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public static boolean isDisplayMultipleVersionsEnabled()
Copyright © 2017 WSO2. All rights reserved.