|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ionetrics.lib.annotatorcomm.ResponseReader
public class ResponseReader
The Annotator Communication Response Reader reads and dispatches ResponseMessages from an Annotator's InputStream. The dispatch targets are the ResponseMessageQueue and the Annotator's TimestampListeners.
Constructor Summary | |
---|---|
ResponseReader(AnnotatorComm annotator,
java.io.InputStream in)
Construct a ResponseReader. |
Method Summary | |
---|---|
void |
close()
Close the ResponseReader. |
void |
run()
Read and dispatch ResponseMessages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseReader(AnnotatorComm annotator, java.io.InputStream in)
annotator
- parent Annotatorin
- parent Annotator's InputStreamMethod Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
java.io.IOException
- failure to closepublic void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |