| Package | Description | 
|---|---|
| ome.services.pixeldata | 
| Constructor and Description | 
|---|
PixelDataThread(boolean performProcessing,
               SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               String uuid,
               int numThreads)
Calls main constructor with  
NullMetrics. | 
PixelDataThread(boolean performProcessing,
               SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               String uuid,
               int numThreads,
               Metrics metrics)
Main constructor. 
 | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               String uuid,
               int numThreads)
Calculates  
PixelDataThread.performProcessing based on the existence of the
 "pixelDataTrigger" and passes all parameters to
 the main ctor
 passing a NullMetrics as necessary. | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               String uuid,
               int numThreads,
               Metrics metrics)
Calculates  
PixelDataThread.performProcessing based on the existence of the
 "pixelDataTrigger" and passes all parameters to
 the main ctor. | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               String uuid)
Uses default  
Principal for processing | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               String uuid,
               int numThreads)
Uses default  
Principal for processing and a NullMetrics
 instance. | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               String uuid,
               int numThreads,
               Metrics metrics)
Calculates  
PixelDataThread.performProcessing based on the existence of the
 "pixelDataTrigger" and passes all parameters to
 the main ctor. | 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.