com.espertech.esperio.dataflow
Class FileSourceLineUnformatted

java.lang.Object
  extended by com.espertech.esperio.dataflow.FileSourceLineUnformatted
All Implemented Interfaces:
com.espertech.esper.dataflow.interfaces.DataFlowOpLifecycle, com.espertech.esper.dataflow.interfaces.DataFlowSourceOperator

public class FileSourceLineUnformatted
extends java.lang.Object
implements com.espertech.esper.dataflow.interfaces.DataFlowSourceOperator


Field Summary
protected  com.espertech.esper.dataflow.interfaces.EPDataFlowEmitter graphContext
           
 
Constructor Summary
FileSourceLineUnformatted(AdapterInputSource inputSource, java.lang.String filenameOrUri, java.lang.String propertyNameLine, java.lang.String propertyNameFile)
           
 
Method Summary
 void close(com.espertech.esper.dataflow.interfaces.DataFlowOpCloseContext openContext)
           
 com.espertech.esper.dataflow.interfaces.DataFlowOpInitializeResult initialize(com.espertech.esper.dataflow.interfaces.DataFlowOpInitializateContext context)
           
 void next()
           
 void open(com.espertech.esper.dataflow.interfaces.DataFlowOpOpenContext openContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphContext

protected com.espertech.esper.dataflow.interfaces.EPDataFlowEmitter graphContext
Constructor Detail

FileSourceLineUnformatted

public FileSourceLineUnformatted(AdapterInputSource inputSource,
                                 java.lang.String filenameOrUri,
                                 java.lang.String propertyNameLine,
                                 java.lang.String propertyNameFile)
Method Detail

initialize

public com.espertech.esper.dataflow.interfaces.DataFlowOpInitializeResult initialize(com.espertech.esper.dataflow.interfaces.DataFlowOpInitializateContext context)
                                                                              throws java.lang.Exception
Specified by:
initialize in interface com.espertech.esper.dataflow.interfaces.DataFlowOpLifecycle
Throws:
java.lang.Exception

open

public void open(com.espertech.esper.dataflow.interfaces.DataFlowOpOpenContext openContext)
Specified by:
open in interface com.espertech.esper.dataflow.interfaces.DataFlowOpLifecycle

close

public void close(com.espertech.esper.dataflow.interfaces.DataFlowOpCloseContext openContext)
Specified by:
close in interface com.espertech.esper.dataflow.interfaces.DataFlowOpLifecycle

next

public void next()
Specified by:
next in interface com.espertech.esper.dataflow.interfaces.DataFlowSourceOperator

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