com.espertech.esper.dataflow.core
Interface DataFlowService

All Superinterfaces:
EPDataFlowRuntime
All Known Implementing Classes:
DataFlowServiceImpl

public interface DataFlowService
extends EPDataFlowRuntime


Method Summary
 void addStartGraph(CreateDataFlowDesc desc, StatementContext statementContext, EPServicesContext servicesContext, AgentInstanceContext agentInstanceContext, boolean newStatement)
           
 void destroy()
           
 void removeGraph(java.lang.String graphName)
           
 void stopGraph(java.lang.String graphName)
           
 
Methods inherited from interface com.espertech.esper.client.dataflow.EPDataFlowRuntime
getDataFlow, getDataFlows, getSavedConfiguration, getSavedConfigurations, getSavedInstance, getSavedInstances, instantiate, instantiate, instantiateSavedConfiguration, removeSavedConfiguration, removeSavedInstance, saveConfiguration, saveInstance
 

Method Detail

addStartGraph

void addStartGraph(CreateDataFlowDesc desc,
                   StatementContext statementContext,
                   EPServicesContext servicesContext,
                   AgentInstanceContext agentInstanceContext,
                   boolean newStatement)
                   throws ExprValidationException
Throws:
ExprValidationException

removeGraph

void removeGraph(java.lang.String graphName)

stopGraph

void stopGraph(java.lang.String graphName)

destroy

void destroy()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com