Sha256: ea126ba018a0234d13c9d6d2a6e28859defb5e80181d39068fe61bf5e4e97e76

Contents?: true

Size: 464 Bytes

Versions: 8

Compression:

Stored size: 464 Bytes

Contents

module Pione
  module Front
    # TaskWorkerFront is a front class for pione-task-worker command.
    class TaskWorkerFront < BasicFront
      def_delegator :@command, :caller_front
      def_delegator :@command, :connection_id
      def_delegator :@command, :agent
      def_delegator :@command, :tuple_space_server

      # Create a new front.
      def initialize(command)
        super(command, Global.task_worker_front_port_range)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pione-0.2.2 lib/pione/front/task-worker-front.rb
pione-0.2.1 lib/pione/front/task-worker-front.rb
pione-0.2.0 lib/pione/front/task-worker-front.rb
pione-0.1.4 lib/pione/front/task-worker-front.rb
pione-0.1.3 lib/pione/front/task-worker-front.rb
pione-0.1.2 lib/pione/front/task-worker-front.rb
pione-0.1.1 lib/pione/front/task-worker-front.rb
pione-0.1.0 lib/pione/front/task-worker-front.rb