|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--cnrg.itx.datax.Channel
|
+--cnrg.itx.datax.DummyChannel
Channel that doesn't ever copy data. Supports everything else, just has no readerThread.
| Fields inherited from class cnrg.itx.datax.Channel |
closed,
destinations,
INPUT,
mode,
OTHER,
OUTPUT,
pipedInput,
pipedOutput,
readerThread,
running,
SAMPLE_SIZE,
sampleSize,
source |
| Constructor Summary | |
DummyChannel()
|
|
| Method Summary | |
void |
close()
Method to close the Channel. |
void |
open()
pretends to open the channel. |
void |
run()
Channel reader thread function. |
| Methods inherited from class cnrg.itx.datax.Channel |
addDestination,
getMode,
getProperties,
getSource,
getStatistics,
mute,
push,
removeAllDestinations,
removeDestination,
setMode,
setPeerProperties,
setProperties,
setSource |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public DummyChannel()
| Method Detail |
public void open()
throws DataException
public void run()
public void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||