java.lang.Object
com.inductiveautomation.ignition.gateway.resourcecollection.PushOperation

public class PushOperation extends Object
  • Constructor Details

    • PushOperation

      public PushOperation(List<ChangeOperation> changes, @Nullable @Nullable Object contextObject)
      Parameters:
      changes - The changes to push
      contextObject - An optional context object that will be associated with the push operation, and will be passed to the listeners of the push operation.
      See Also:
    • PushOperation

      public PushOperation(List<ChangeOperation> changes, @Nullable @Nullable Object contextObject, @Nullable @Nullable Long lockAcquisitionTimeout)
      Parameters:
      changes - The changes to push
      contextObject - An optional context object that will be associated with the push operation, and will be passed to the listeners of the push operation.
      lockAcquisitionTimeout - An optional timeout in milliseconds to wait for the lock acquisition. If the lock cannot be acquired within the timeout, the push operation will fail with a LockAcquisitionTimeoutException
  • Method Details