@Deprecated public interface IExecuteFlag extends IExecute
IExecute
.Modifier and Type | Method and Description |
---|---|
void |
call(IEFlag... flags_)
Deprecated.
|
void |
call(int flag_)
Deprecated.
|
java.util.Collection<de.desy.tine.types.TCompoundDataObject> |
fetchResult()
Deprecated.
|
call, cancel, initialize, isInitialized
@Deprecated void call(int flag_)
Calls the execution of an integer flag which is written to the server. Taken by this value the corresponding one on the server is or-wise associated with this one. Here is an example of the connection between both:
server side value (bit by bit ) : 0011 0100 0101 0010 application side value (bit by bit): or 0001 1001 0100 0100 ------------------- 0011 1101 0101 0110
flag_
- Is the integer value which should be set.@Deprecated void call(IEFlag... flags_)
Calls the execution of an array of IEFlag
interfaces for the
corresponding value on the server. This can only be written to the
server. This means that the corresponding bit position is associated with
an and connection to the server value.
flags_
- An array of the enumeration interface of IEFlag
's.@Deprecated java.util.Collection<de.desy.tine.types.TCompoundDataObject> fetchResult()
This will fetch the current results as a list of TCompoundDataObject objects.
Remember that this is the super interface of all compound data objects from TINE. You should have a look at the TINE java documentation in the package de.desy.tine.types.
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft