org.wso2.carbon.context.internal
Class OSGiDataHolder

java.lang.Object
  extended by org.wso2.carbon.context.internal.OSGiDataHolder

public class OSGiDataHolder
extends Object

TODO: class description


Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OSGiDataHolder getInstance()

getBundleContext

public org.osgi.framework.BundleContext getBundleContext()

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)

setRegistryService

public void setRegistryService(org.wso2.carbon.registry.api.RegistryService registryService)

setServerConfigurationService

public void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)

getUserRealmService

public org.wso2.carbon.user.api.UserRealmService getUserRealmService()

setUserRealmService

public void setUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService)

getRegistryService

public org.wso2.carbon.registry.api.RegistryService getRegistryService()
                                                                throws Exception
Throws:
Exception

getServerConfigurationService

public org.wso2.carbon.base.api.ServerConfigurationService getServerConfigurationService()


Copyright © 2014 WSO2 Inc. All rights reserved.