public abstract class ADataRunnable extends java.lang.Object implements IRunnable
run
to be declared by the special
project.
As the only argument the constructor takes a data enumeration object and
stores its information in a protected field.Modifier and Type | Field and Description |
---|---|
protected IEData |
_data
This is the data object component.
|
protected java.util.concurrent.atomic.AtomicBoolean |
_isActive
Is the active field of this thread.
|
Modifier | Constructor and Description |
---|---|
protected |
ADataRunnable(IEData data_)
Initialize the runnable object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isActive()
Queries if this thread is active or not.
|
protected final java.util.concurrent.atomic.AtomicBoolean _isActive
run
method otherwise
it is false.protected final IEData _data
protected ADataRunnable(IEData data_)
data_
- Is the data object component.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft