com.ptc.windchill.upgrade.util
Class BufferedLineReader.Work
java.lang.Object
java.lang.Thread
com.ptc.windchill.upgrade.util.BufferedLineReader.Work
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- BufferedLineReader
- private class BufferedLineReader.Work
- extends Thread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
startTime_
private long startTime_
stopTime_
private long stopTime_
oneLine_
private String oneLine_
success_
private boolean success_
isAnIOException_
private boolean isAnIOException_
theIOException_
private IOException theIOException_
maxTimeDiff_
private long maxTimeDiff_
BufferedLineReader.Work
BufferedLineReader.Work(long x)
adjustMaxTimeDiff
void adjustMaxTimeDiff()
getMaxTimeDiff
long getMaxTimeDiff()
getTimeFromStart
long getTimeFromStart()
getTimeFromStop
long getTimeFromStop()
run
public void run()
- Runs when the caller issues a &060;Thread&062;.start().
Required public by the parent Thread class.
readSucceeded
boolean readSucceeded()
oneLine
String oneLine()
isAnIOException
boolean isAnIOException()
getIOException
IOException getIOException()