Class EventFlowServiceDS
java.lang.Object
org.wso2.carbon.event.flow.internal.EventFlowServiceDS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext context) protected voidsetEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) protected voidsetEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService) protected voidsetEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) protected voidsetEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService) protected voidunsetEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) protected voidunsetEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService) protected voidunsetEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) protected voidunsetEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService)
-
Constructor Details
-
EventFlowServiceDS
public EventFlowServiceDS()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext context) -
setEventStreamService
protected void setEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService) -
unsetEventStreamService
protected void unsetEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService) -
setEventProcessorService
protected void setEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) -
unsetEventProcessorService
protected void unsetEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) -
setEventReceiverService
protected void setEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) -
unsetEventReceiverService
protected void unsetEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) -
setEventPublisherService
protected void setEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService) -
unsetEventPublisherService
protected void unsetEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService)
-