Releases the cache lock acquired by the specified owner.
@param executionId the target execution ID (as the lock owner)
@throws BulkLoaderSystemException if failed to acquire the lock by storage exception
@throws IllegalArgumentException if some parameters were {@code null}
Try to release the lock for a given RollerTask.
@param task The RollerTask to release the lock for.
@return boolean True if lock was released (or was not locked), False otherwise.
Called at transaction commit or rollback to release all locks held on the object. Must be called for all objects that were queried but not created within the transaction.
@param tx The transaction context
@param oid The object OID
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.