AbstractAccessorVariable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Accessor<T> accessor,
Attribute... attributes) |
BitVariable(String name,
int index,
int subIndex,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
ByteVariable(String name,
int index,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
DoubleFloatVariable(String name,
int index,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
DoubleIntegerVariable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
FixedLengthBlobVariable(String name,
int index,
ByteOrder order,
int length,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
FixedLengthStringVariable(String name,
int index,
ByteOrder order,
int length,
Charset charset,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
FloatVariable(String name,
int index,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int16Variable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int32Variable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int64Variable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int8Variable(String name,
int index,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
ScalarVariable(String name,
int index,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
WordVariable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |