org.wso2.carbon.event.flow.internal
Class EventFlowServiceValueHolder

java.lang.Object
  extended by org.wso2.carbon.event.flow.internal.EventFlowServiceValueHolder

public class EventFlowServiceValueHolder
extends Object


Method Summary
static org.wso2.carbon.event.builder.core.EventBuilderService getEventBuilderService()
           
static org.wso2.carbon.event.formatter.core.EventFormatterService getEventFormatterService()
           
static org.wso2.carbon.event.processor.core.EventProcessorService getEventProcessorService()
           
static org.wso2.carbon.event.stream.manager.core.EventStreamService getEventStreamService()
           
static org.wso2.carbon.event.input.adaptor.manager.core.InputEventAdaptorManagerService getInputEventAdaptorManagerService()
           
static org.wso2.carbon.event.output.adaptor.manager.core.OutputEventAdaptorManagerService getOutputEventAdaptorManagerService()
           
static void registerEventBuilderService(org.wso2.carbon.event.builder.core.EventBuilderService eventBuilderService)
           
static void registerEventFormatterService(org.wso2.carbon.event.formatter.core.EventFormatterService eventFormatterService)
           
static void registerEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService)
           
static void registerEventStreamService(org.wso2.carbon.event.stream.manager.core.EventStreamService eventStreamService)
           
static void registerInputEventAdaptorManagerService(org.wso2.carbon.event.input.adaptor.manager.core.InputEventAdaptorManagerService inputEventAdaptorManagerService)
           
static void registerOutputEventAdaptorManagerService(org.wso2.carbon.event.output.adaptor.manager.core.OutputEventAdaptorManagerService outputEventAdaptorManagerService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerEventBuilderService

public static void registerEventBuilderService(org.wso2.carbon.event.builder.core.EventBuilderService eventBuilderService)

getEventBuilderService

public static org.wso2.carbon.event.builder.core.EventBuilderService getEventBuilderService()

registerEventFormatterService

public static void registerEventFormatterService(org.wso2.carbon.event.formatter.core.EventFormatterService eventFormatterService)

getEventFormatterService

public static org.wso2.carbon.event.formatter.core.EventFormatterService getEventFormatterService()

registerInputEventAdaptorManagerService

public static void registerInputEventAdaptorManagerService(org.wso2.carbon.event.input.adaptor.manager.core.InputEventAdaptorManagerService inputEventAdaptorManagerService)

getInputEventAdaptorManagerService

public static org.wso2.carbon.event.input.adaptor.manager.core.InputEventAdaptorManagerService getInputEventAdaptorManagerService()

registerOutputEventAdaptorManagerService

public static void registerOutputEventAdaptorManagerService(org.wso2.carbon.event.output.adaptor.manager.core.OutputEventAdaptorManagerService outputEventAdaptorManagerService)

getOutputEventAdaptorManagerService

public static org.wso2.carbon.event.output.adaptor.manager.core.OutputEventAdaptorManagerService getOutputEventAdaptorManagerService()

registerEventStreamService

public static void registerEventStreamService(org.wso2.carbon.event.stream.manager.core.EventStreamService eventStreamService)

getEventStreamService

public static org.wso2.carbon.event.stream.manager.core.EventStreamService getEventStreamService()

registerEventProcessorService

public static void registerEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService)

getEventProcessorService

public static org.wso2.carbon.event.processor.core.EventProcessorService getEventProcessorService()


Copyright © 2015 WSO2. All rights reserved.