public class OSGiDataHolder extends Object
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.BundleContext |
getBundleContext() |
static OSGiDataHolder |
getInstance() |
org.wso2.carbon.registry.api.RegistryService |
getRegistryService() |
org.wso2.carbon.base.api.ServerConfigurationService |
getServerConfigurationService() |
org.wso2.carbon.user.api.UserRealmService |
getUserRealmService() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setRegistryService(org.wso2.carbon.registry.api.RegistryService registryService) |
void |
setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) |
void |
setUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService) |
public static OSGiDataHolder getInstance()
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void setRegistryService(org.wso2.carbon.registry.api.RegistryService registryService)
public void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
public org.wso2.carbon.user.api.UserRealmService getUserRealmService()
public void setUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService)
public org.wso2.carbon.registry.api.RegistryService getRegistryService() throws Exception
Exception
public org.wso2.carbon.base.api.ServerConfigurationService getServerConfigurationService()
Copyright © 2016 WSO2 Inc. All rights reserved.