Class SuccessfulWrite
java.lang.Object
com.inductiveautomation.ignition.client.sqltags.impl.AbstractWriteOperation
com.inductiveautomation.factorypmi.application.sqltags.SuccessfulWrite
- All Implemented Interfaces:
WriteOperation
A basic WriteOperation that is always instantly successful.
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.sqltags.impl.AbstractWriteOperation
tagPath, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns any exception that occurred during the write.Returns the response message, if any.Returns the WriteResponse for this operation.void
setChangeListener
(ChangeListener listener) Sets the change listener to listen for when this operation has finished.Methods inherited from class com.inductiveautomation.ignition.client.sqltags.impl.AbstractWriteOperation
getTagPath, getValue, toString
-
Constructor Details
-
SuccessfulWrite
-
-
Method Details
-
getResponseError
Description copied from interface:WriteOperation
Returns any exception that occurred during the write. -
getResponseMessage
Description copied from interface:WriteOperation
Returns the response message, if any. -
getWriteResponse
Description copied from interface:WriteOperation
Returns the WriteResponse for this operation. If this is PENDING, one should register as a change listener to be notified when the response comes in. -
setChangeListener
Description copied from interface:WriteOperation
Sets the change listener to listen for when this operation has finished.
-