Sha256: 6080399040b514ab6810a50244df413fcd7df518d0e4a2c01f9951f24afc6957

Contents?: true

Size: 407 Bytes

Versions: 8

Compression:

Stored size: 407 Bytes

Contents

module Pione
  module Front
    class RelayFront < BasicFront
      include TupleSpaceProviderOwner

      def_delegator :@command, :presence_port
      def_delegator :@command, :tuple_space_server

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

      def presence_notifier
        tuple_space_provider
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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