|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.opi.io.IOItemWriteValue
Use this class when doing bulk write of IOItems to a server, see
IOServer2.writeMultipleItems(java.util.Vector)
IOServer2.writeMultipleItems(java.util.Vector)
Field Summary | |
protected String |
errorText
|
protected IOItem |
item
|
protected Object |
value
|
Constructor Summary | |
IOItemWriteValue(IOItem theItem,
Object itemValue)
|
Method Summary | |
String |
getErrorText()
Returns the write result for the item after a call to IOServer2.writeMultipleItems(java.util.Vector) were completed. |
IOItem |
getItem()
The IOItem to write to |
Object |
getItemValue()
Returns the value to write for this item. |
void |
setErrorText(String newErrorText)
Set the write result for the item. |
void |
setItem(IOItem newItem)
Set the IOItem to write to |
void |
setItemValue(Object newItemValue)
Set the value to write for this item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected IOItem item
protected Object value
protected String errorText
Constructor Detail |
public IOItemWriteValue(IOItem theItem, Object itemValue)
Method Detail |
public IOItem getItem()
public void setItem(IOItem newItem)
newItem
- The new Item value.public Object getItemValue()
setItemValue(java.lang.Object)
public void setItemValue(Object newItemValue)
newItemValue
- The new ItemValue value.public String getErrorText()
IOServer2.writeMultipleItems(java.util.Vector)
were completed. A null value
indicates a successfull write for the corresponding IOItem
.
A non-null value indicates an error. The String describes the error in
textual form.
public void setErrorText(String newErrorText)
IOServer2.writeMultipleItems(java.util.Vector)
, so usually do not use this
method.
newErrorText
- The new ErrorText value.getErrorText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |