るりまサーチ

最速Rubyリファレンスマニュアル検索!
228件ヒット [1-100件を表示] (0.048秒)
トップページ > クエリ:y[x] > クエリ:notify[x]

別のキーワード

  1. psych psych_y
  2. kernel y
  3. psych y
  4. kernel psych_y
  5. y kernel

検索結果

<< 1 2 3 > >>

Rinda::TupleSpaceProxy#notify(ev, tuple, sec = nil) -> Rinda::NotifyTemplateEntry (24313.0)

event で指定した種類のイベントの監視を開始します。

...イベントの監視を開始します。

内部的にはリモートオブジェクトの Rinda::TupleSpace#notify にフォワードされます。
詳細は Rinda::TupleSpace#notify 参照してください

@param event 監視対象のイベント(文字列)
@param pattern 監視対象とな...

Rinda::TupleSpace#notify(event, pattern, sec = nil) -> Rinda::NotifyTemplateEntry (24307.0)

event で指定した種類のイベントの監視を開始します。

...した場合にのみ報告されます。

イベントが生じた場合、
このメソッドの返り値の Rinda::NotifyTemplateEntry を経由し、
Rinda::NotifyTemplateEntry#each を用いて報告を受け取ります。

sec で監視期間を秒数で指定できます。 nil で無限に...
...e 'rinda/tuplespace'

tuplespace = Rinda::TupleSpace.new
observer = tuplespace.notify("write", ["xyz", nil, nil])
Therad.new do
observer.each{|event, tuple| p event, tuple }
end

tuplespace.write(["xyz", 0, 1])
tuplespace.write(["pqr", 0, 1])
tuplespace.write(["xyz", 4, 2])...

Shell::SystemCommand#notify(*opts) -> String (24208.0)

@todo

...@todo

@param opts

@see Shell#notify...

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (24208.0)

@todo

...@todo

@param opts

@see Shell#notify...

Shell#notify(*opts) { ... } -> () (24201.0)

@todo

@todo

絞り込み条件を変える

Shell.notify(*opts) {|message| ... } -> String (24201.0)

@todo

@todo

Shell::CommandProcessor#notify(*opts) { ... } -> () (24201.0)

@todo

@todo

Shell::Filter#notify(*opts) { ... } -> () (24201.0)

@todo

@todo

Observable#notify_observers(*arg) -> nil (12201.0)

オブザーバへ更新を通知します。

オブザーバへ更新を通知します。

更新フラグが立っていた場合は、
登録されているオブザーバの update メソッドを順次呼び出します。
与えられた引数はその update メソッドに渡されます。
与えられた引数の数と登録されているオブザーバのupdate メソッドの引数の数に違いがある場合は
例外ArgumentErrorを発生します。
全てのオブザーバの update メソッドを呼び出し後、更新フラグを初期化します。

@raise ArgumentError 与えられた引数の数と登録されているオブザーバのupdate メソッドの引数の数に違いがある場合に発生します。

Win32::Registry::Constants::KEY_NOTIFY (9201.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::KEY_QUERY_VALUE (9201.0)

@todo

@todo

セキュリティアクセスマスク。

OpenSSL::SSL::SSLSocket#sysclose -> nil (6116.0)

接続を閉じます。相手に'close notify'を送ります。

...に'close notify'を送ります。

このメソッドは openssl ライブラリ内で管理しているバッファを
フラッシュせずに接続を閉じます。そのため、通常は
これではなく OpenSSL::Buffering#close を呼ぶべきです。

OpenSSL::SSL::SSLSocket#sync_close...
<< 1 2 3 > >>