org.wso2.carbon.deployment.synchronizer.internal.util
Class ServiceReferenceHolder

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.internal.util.ServiceReferenceHolder

public final class ServiceReferenceHolder
extends Object


Method Summary
static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
           
static org.wso2.carbon.registry.eventing.services.EventingService getEventingService()
           
static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
           
static void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
           
static void setEventingService(org.wso2.carbon.registry.eventing.services.EventingService eventingService)
           
static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfigurationContextService

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

setConfigurationContextService

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

getRegistryService

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

setRegistryService

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

getEventingService

public static org.wso2.carbon.registry.eventing.services.EventingService getEventingService()

setEventingService

public static void setEventingService(org.wso2.carbon.registry.eventing.services.EventingService eventingService)


Copyright © 2015 WSO2. All rights reserved.