# File gofer/messaging/stub.rb, line 23
    def initialize(pid, classname, opts={})
      @pid = pid
      @classname = classname
      @opts = opts
    end