java.lang.Object
com.inductiveautomation.ignition.client.sqltags.impl.AbstractWriteOperation
com.inductiveautomation.factorypmi.application.sqltags.SuccessfulWrite
All Implemented Interfaces:
WriteOperation

public class SuccessfulWrite extends AbstractWriteOperation
A basic WriteOperation that is always instantly successful.
  • Constructor Details

    • SuccessfulWrite

      public SuccessfulWrite(TagPath tagPath, Object value)
  • Method Details

    • getResponseError

      public Throwable getResponseError()
      Description copied from interface: WriteOperation
      Returns any exception that occurred during the write.
    • getResponseMessage

      public String getResponseMessage()
      Description copied from interface: WriteOperation
      Returns the response message, if any.
    • getWriteResponse

      public WriteResponse 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

      public void setChangeListener(ChangeListener listener)
      Description copied from interface: WriteOperation
      Sets the change listener to listen for when this operation has finished.