Class PushOperation
java.lang.Object
com.inductiveautomation.ignition.gateway.resourcecollection.PushOperation
-
Constructor Summary
ConstructorsConstructorDescriptionPushOperation
(List<ChangeOperation> changes, @Nullable Object contextObject) PushOperation
(List<ChangeOperation> changes, @Nullable Object contextObject, @Nullable Long lockAcquisitionTimeout) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PushOperation
- Parameters:
changes
- The changes to pushcontextObject
- 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 pushcontextObject
- 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 aLockAcquisitionTimeoutException
-
-
Method Details
-
getChanges
-
getContextObject
-
getLockAcquisitionTimeout
-