org.apache.stratos.manager.internal
Class DataHolder

java.lang.Object
  extended by org.apache.stratos.manager.internal.DataHolder

public class DataHolder
extends Object

Holds the some of the data required by the webapps component


Constructor Summary
DataHolder()
           
 
Method Summary
static org.apache.axis2.context.ConfigurationContext getClientConfigContext()
           
static org.wso2.carbon.user.core.service.RealmService getRealmService()
           
static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
           
static org.apache.axis2.context.ConfigurationContext getServerConfigContext()
           
static void setClientConfigContext(org.apache.axis2.context.ConfigurationContext clientConfigContext)
           
static void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
           
static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
           
static void setServerConfigContext(org.apache.axis2.context.ConfigurationContext serverConfigContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataHolder

public DataHolder()
Method Detail

getRealmService

public static org.wso2.carbon.user.core.service.RealmService getRealmService()

setRealmService

public static void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)

getRegistryService

public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()

getClientConfigContext

public static org.apache.axis2.context.ConfigurationContext getClientConfigContext()

setClientConfigContext

public static void setClientConfigContext(org.apache.axis2.context.ConfigurationContext clientConfigContext)

getServerConfigContext

public static org.apache.axis2.context.ConfigurationContext getServerConfigContext()

setServerConfigContext

public static void setServerConfigContext(org.apache.axis2.context.ConfigurationContext serverConfigContext)

setRegistryService

public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.