Class MessageFlowDataPublisherDataHolder
- java.lang.Object
-
- org.wso2.carbon.das.messageflow.data.publisher.internal.MessageFlowDataPublisherDataHolder
-
public class MessageFlowDataPublisherDataHolder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.utils.ConfigurationContextService
getContextService()
static MessageFlowDataPublisherDataHolder
getInstance()
org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
boolean
isGlobalStatisticsEnabled()
void
setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
void
setGlobalStatisticsEnabled(boolean globalStatisticsEnabled)
void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
getInstance
public static MessageFlowDataPublisherDataHolder 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)
-
-