# File lib/tapkit/control/objectstore.rb, line 61
                def object_store_for_fetch_spec( fetch_spec )
                        each do |_store|
                                if _store.handle_fetch_spec? fetch_spec then
                                        return _store
                                end
                        end

                        @userinfo[:object] = fetch_spec
                        @notification_center.post(COS_NEEDED_NOTIFICATION, self, @userinfo)
                        object_store_for_fetch_spec fetch_spec
                end