Class MessageFlowDataPublisherDataHolder
java.lang.Object
org.wso2.carbon.das.messageflow.data.publisher.internal.MessageFlowDataPublisherDataHolder
-
Method Summary
Modifier and TypeMethodDescriptionorg.wso2.carbon.utils.ConfigurationContextServiceorg.wso2.carbon.registry.core.service.RegistryServicebooleanvoidsetContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) voidsetGlobalStatisticsEnabled(boolean globalStatisticsEnabled) voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
Method Details
-
getInstance
-
getRegistryService
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService() -
setRegistryService
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) -
getContextService
public org.wso2.carbon.utils.ConfigurationContextService getContextService() -
setContextService
public void setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) -
isGlobalStatisticsEnabled
public boolean isGlobalStatisticsEnabled() -
setGlobalStatisticsEnabled
public void setGlobalStatisticsEnabled(boolean globalStatisticsEnabled)
-