com.northconcepts.datapipeline.multiplex
Class DeMuxReader
java.lang.Object
com.northconcepts.datapipeline.core.DataEndpoint
com.northconcepts.datapipeline.core.DataReader
com.northconcepts.datapipeline.multiplex.DeMuxReader
public class DeMuxReader
- extends DataReader
| Methods inherited from class com.northconcepts.datapipeline.core.DataEndpoint |
assertNotOpened, assertOpened, close, decrementRecordCount, exception, exception, exception, finalize, getDescription, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, getState, incrementRecordCount, isClosed, isOpen, isRecordCountBigInteger, open, resetRecordCount, setDescription, toString |
DeMuxReader
public DeMuxReader(DeMux source)
readImpl
protected Record readImpl()
throws Throwable
- Description copied from class:
DataReader
- Overridden by subclasses to read the next record from this
DataReader.
If no record is available, null will be returned.
- Specified by:
readImpl in class DataReader
- Throws:
Throwable
getQueue
protected LinkedBlockingQueue<Record> getQueue()
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.