public abstract class ExecutionThread extends Object implements Runnable
Executor
to complete its work.Modifier and Type | Field and Description |
---|---|
protected Executor |
executor |
protected SessionManager |
manager |
protected Principal |
principal |
protected Executor.Work |
work |
Constructor and Description |
---|
ExecutionThread(SessionManager manager,
Executor executor,
Executor.Work work,
Principal principal)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
doRun() |
Principal |
getPrincipal() |
void |
run()
|
protected void |
sessionInit() |
protected final SessionManager manager
protected final Executor executor
protected final Executor.Work work
protected final Principal principal
public ExecutionThread(SessionManager manager, Executor executor, Executor.Work work, Principal principal)
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.