Uses of Interface
ome.services.procs.Process

Packages that use Process
ome.services Base services package for OMERO API services This includes classes that implement OMERO API services described as interfaces in the OMERO Common component. 
ome.services.procs Internal process and process management This includes interfaces and classes that provide thread process management for internal processes critical to the operation of the OMERO server. 
ome.services.procs.scripts Script processor infrastructure. 
 

Uses of Process in ome.services
 

Methods in ome.services with parameters of type Process
 void JobBean.processCancelled(Process proc)
           
 void JobBean.processFinished(Process proc)
           
 

Uses of Process in ome.services.procs
 

Classes in ome.services.procs that implement Process
 class ProcessSkeleton
           
 

Fields in ome.services.procs with type parameters of type Process
protected  Map<Long,Process> ProcessManager.Work.procMap
          Map of all active processes.
 

Methods in ome.services.procs that return Process
 Process ProcessorSkeleton.process(ome.model.jobs.Job job)
           
 Process ImportProcessor.process(long id)
           
 Process Processor.process(long id)
           
 Process ProcessorSkeleton.process(long id)
           
 Process IProcessManager.runningProcess(long jobId)
          Returns a running Process for the id or null.
 Process ProcessManager.runningProcess(long jobId)
           
 

Methods in ome.services.procs with parameters of type Process
 void ProcessCallback.processCancelled(Process proc)
           
 void ProcessCallback.processFinished(Process proc)
           
 

Uses of Process in ome.services.procs.scripts
 

Classes in ome.services.procs.scripts that implement Process
 class ScriptProcess
           
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.