com.ptc.epm.commands.util
Class ContentDownloadThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ptc.epm.commands.util.ContentDownloadThread
All Implemented Interfaces:
Runnable

public class ContentDownloadThread
extends Thread


Field Summary
private  boolean done
           
private  InputStream inputStream
           
private  boolean ready
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ContentDownloadThread(Runnable target)
           
 
Method Summary
 void done()
           
 InputStream getInputStream()
           
 boolean isReady()
           
 void setInputStream(InputStream input_stream)
           
 
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, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ready

private boolean ready

done

private boolean done

inputStream

private InputStream inputStream
Constructor Detail

ContentDownloadThread

public ContentDownloadThread(Runnable target)
Method Detail

isReady

public boolean isReady()

setInputStream

public void setInputStream(InputStream input_stream)

getInputStream

public InputStream getInputStream()

done

public void done()