org.wso2.carbon.url.mapper.clustermessage.util
Class DataHolder

java.lang.Object
  extended by org.wso2.carbon.url.mapper.clustermessage.util.DataHolder

public class DataHolder
extends Object

DataHolder for cluster message component


Method Summary
 org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()
           
 org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
           
static DataHolder getInstance()
           
 void registerRetrieverServices(org.osgi.framework.BundleContext bundleContext)
           
 void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)
           
 void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DataHolder getInstance()

setConfigurationContextService

public void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)

getConfigurationContextService

public org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()

setCarbonTomcatService

public void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)

getCarbonTomcatService

public org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()

registerRetrieverServices

public void registerRetrieverServices(org.osgi.framework.BundleContext bundleContext)
                               throws Exception
Throws:
Exception


Copyright © 2015 WSO2. All rights reserved.