# File lib/ruote/svc/participant_list.rb, line 258
    def shutdown

      get_list['list'].each do |re, (kl, op)|

        kl = (Ruote.constantize(kl) rescue nil)

        if (kl.instance_method(:shutdown) rescue false)
          initialize_participant(kl, op).shutdown
        end
      end
    end