|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base class for all of the ways to get data into the system. This sets up a PipedReader that can be connected to by anyone who wants to get the data that this class provides.
Field Summary | |
---|---|
Logger |
log
|
PipedWriter |
pipedWriter
|
Constructor Summary | |
SimpleDataGetter()
|
Method Summary | |
---|---|
void |
run()
Get the data. |
void |
setReader(PipedReader reader)
Define the PipedReader that the class will use to get its data. |
void |
setWriter(PipedWriter writer)
Define the PipedWriter that this class will use to send data to clients. |
void |
swappedIndex()
|
Constructor Detail |
---|
SimpleDataGetter()
Method Detail |
---|
public void run()
public void setReader(PipedReader reader)
public void setWriter(PipedWriter writer)
public void swappedIndex()