public class DataServicesDSComponent extends Object
Constructor and Description |
---|
DataServicesDSComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static org.wso2.carbon.utils.ConfigurationContextService |
getContextService() |
static org.wso2.carbon.ndatasource.core.DataSourceService |
getDataSourceService() |
static org.wso2.carbon.event.core.EventBroker |
getEventBroker() |
static org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static org.wso2.carbon.securevault.SecretCallbackHandlerService |
getSecretCallbackHandlerService() |
static org.wso2.carbon.registry.core.service.TenantRegistryLoader |
getTenantRegistryLoader() |
static String |
getUsername() |
static void |
processSubscriptionsForEventTriggers() |
static void |
registerSubscriptions(EventTrigger eventTrigger) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
setDataSourceService(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService) |
protected void |
setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) |
protected void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetDataSourceService(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService) |
protected void |
unsetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) |
protected void |
unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
protected void setDataSourceService(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService)
protected void unsetDataSourceService(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService)
public static org.wso2.carbon.ndatasource.core.DataSourceService getDataSourceService()
protected void setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
protected void unsetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
public static org.wso2.carbon.event.core.EventBroker getEventBroker()
public static void registerSubscriptions(EventTrigger eventTrigger) throws DataServiceFault
DataServiceFault
public static void processSubscriptionsForEventTriggers()
public static String getUsername()
public static org.wso2.carbon.securevault.SecretCallbackHandlerService getSecretCallbackHandlerService()
protected void setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
protected void unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
public static org.wso2.carbon.registry.core.service.TenantRegistryLoader getTenantRegistryLoader()
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
public static org.wso2.carbon.utils.ConfigurationContextService getContextService()
Copyright © 2019 WSO2. All rights reserved.