Uses of Class
util.ExitThread

Packages that use ExitThread
ccd   
 

Uses of ExitThread in ccd
 

Subclasses of ExitThread in ccd
protected  class AsynchronousCcdDriver.ExposureThread
          An exposure thread start an exposure in its run method by calling the appropriate driver method.
protected  class SynchronousCcdDriver.ExposureThread
          An exposure thread simly calls CcdDriver.expose() or CcdDriver.exposeDark(), depending on the argument it was constructed with.
 

Fields in ccd declared as ExitThread
private  ExitThread AsynchronousCcdDriver.busy
          Indicates that a thread is running.
 

Methods in ccd that return ExitThread
 ExitThread AsynchronousCcdDriver.threadedBiasExpose()
          Returns a thread that exposes the ccd for a science exposure when started.
 ExitThread AsynchronousCcdDriver.threadedDarkExpose()
          Returns a thread that exposes the ccd for a science exposure when started.
 ExitThread AsynchronousCcdDriver.threadedExpose()
          Returns a thread that exposes the ccd for a science exposure when started.