public class ServiceHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.event.processor.manager.core.EventManagementService |
getEventManagementService() |
static org.wso2.carbon.event.processor.manager.core.EventPublisherManagementService |
getEventPublisherManagementService() |
static org.wso2.carbon.event.stream.core.EventStreamService |
getEventStreamService() |
static org.wso2.carbon.ntask.core.service.TaskService |
getTaskService() |
static void |
setEventManagementService(org.wso2.carbon.event.processor.manager.core.EventManagementService eventManagementService) |
static void |
setEventPublisherManagementService(org.wso2.carbon.event.processor.manager.core.EventPublisherManagementService eventPublisherManagementService) |
static void |
setEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService) |
static void |
setTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService) |
public static org.wso2.carbon.event.stream.core.EventStreamService getEventStreamService()
public static void setEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService)
public static org.wso2.carbon.ntask.core.service.TaskService getTaskService()
public static void setTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)
public static org.wso2.carbon.event.processor.manager.core.EventManagementService getEventManagementService()
public static void setEventManagementService(org.wso2.carbon.event.processor.manager.core.EventManagementService eventManagementService)
public static void setEventPublisherManagementService(org.wso2.carbon.event.processor.manager.core.EventPublisherManagementService eventPublisherManagementService)
public static org.wso2.carbon.event.processor.manager.core.EventPublisherManagementService getEventPublisherManagementService()
Copyright © 2016 WSO2. All rights reserved.