com.espertech.esper.dataflow.core
Class DataFlowConfigurationStateServiceImpl

java.lang.Object
  extended by com.espertech.esper.dataflow.core.DataFlowConfigurationStateServiceImpl
All Implemented Interfaces:
DataFlowConfigurationStateService

public class DataFlowConfigurationStateServiceImpl
extends java.lang.Object
implements DataFlowConfigurationStateService


Constructor Summary
DataFlowConfigurationStateServiceImpl()
           
 
Method Summary
 void add(EPDataFlowSavedConfiguration savedConfiguration)
           
 boolean exists(java.lang.String savedConfigName)
           
 EPDataFlowSavedConfiguration getSavedConfig(java.lang.String savedConfigName)
           
 java.lang.String[] getSavedConfigNames()
           
 EPDataFlowSavedConfiguration removePrototype(java.lang.String savedConfigName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFlowConfigurationStateServiceImpl

public DataFlowConfigurationStateServiceImpl()
Method Detail

exists

public boolean exists(java.lang.String savedConfigName)
Specified by:
exists in interface DataFlowConfigurationStateService

add

public void add(EPDataFlowSavedConfiguration savedConfiguration)
Specified by:
add in interface DataFlowConfigurationStateService

getSavedConfigNames

public java.lang.String[] getSavedConfigNames()
Specified by:
getSavedConfigNames in interface DataFlowConfigurationStateService

getSavedConfig

public EPDataFlowSavedConfiguration getSavedConfig(java.lang.String savedConfigName)
Specified by:
getSavedConfig in interface DataFlowConfigurationStateService

removePrototype

public EPDataFlowSavedConfiguration removePrototype(java.lang.String savedConfigName)
Specified by:
removePrototype in interface DataFlowConfigurationStateService

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