Package org.wso2.carbon.task.util
Class ConfigHolder
java.lang.Object
org.wso2.carbon.task.util.ConfigHolder
-
Method Summary
Modifier and TypeMethodDescriptionorg.wso2.carbon.utils.ConfigurationContextServicestatic ConfigHoldervoidsetConfigCtxSvc(org.wso2.carbon.utils.ConfigurationContextService configCtxSvc) voidsetJobMetaDataProviderServiceHandler(JobMetaDataProviderServiceHandler jobMetaDataProviderServiceHandler) voidsetTaskManagementServiceHandler(TaskManagementServiceHandler taskManagementServiceHandler)
-
Method Details
-
getInstance
-
setJobMetaDataProviderServiceHandler
public void setJobMetaDataProviderServiceHandler(JobMetaDataProviderServiceHandler jobMetaDataProviderServiceHandler) -
getJobMetaDataProviderServiceHandler
-
getTaskManagementServiceHandler
-
setTaskManagementServiceHandler
public void setTaskManagementServiceHandler(TaskManagementServiceHandler taskManagementServiceHandler) -
getConfigCtxSvc
public org.wso2.carbon.utils.ConfigurationContextService getConfigCtxSvc() -
setConfigCtxSvc
public void setConfigCtxSvc(org.wso2.carbon.utils.ConfigurationContextService configCtxSvc)
-