るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.210秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:e[x] > バージョン:2.3.0[x] > クエリ:ext[x] > クラス:DRb::ExtServManager[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. open3 capture2e
  5. matrix rank_e

ライブラリ

キーワード

検索結果

DRb::ExtServManager#service(name) -> DRb::ExtServ (27907.0)

name で指定したサービスに関連付けられた DRb::ExtServ オブジェクトを返します。

...けられた DRb::ExtServ
オブジェクトを返します。

サービスを提供するプロセスが起動していない場合は、DRb::ExtServManager.command
で指定したプロセスを起動し、そのプロセスが DRb::ExtServ オブジェクトが
DRb::ExtServ.new によって Ex...

DRb::ExtServManager#uri -> String|nil (18007.0)

サービス起動時にプロセスを spawn する時に渡す URI を返します。

...サービス起動時にプロセスを spawn する時に渡す URI を返します。

デフォルトは nil で、これは DRb.#uri を用いることを意味します。

@see DRb::ExtServManager#uri=...

DRb::ExtServManager#uri=(uri) (18007.0)

サービス起動時にプロセスを spawn する時に渡す URI を設定します。

...サービス起動時にプロセスを spawn する時に渡す URI を設定します。

@see DRb::ExtServManager#uri...