ome.services.procs
Interface IProcessManager

All Superinterfaces:
Runnable
All Known Implementing Classes:
ProcessManager

public interface IProcessManager
extends Runnable

Manages asynchronous processing logic for all Job instances created

Since:
3.0-Beta3
Author:
Josh Moore, josh at glencoesoftware.com

Method Summary
 void run()
          Runs the processing phase as root.
 Process runningProcess(long jobId)
          Returns a running Process for the id or null.
 

Method Detail

run

void run()
Runs the processing phase as root. This method should be called in a separate Thread.

Specified by:
run in interface Runnable

runningProcess

Process runningProcess(long jobId)
Returns a running Process for the id or null.



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

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