276件ヒット
[1-100件を表示]
(0.139秒)
種類
- 定数 (192)
- インスタンスメソッド (78)
- 特異メソッド (6)
ライブラリ
- observer (12)
- openssl (12)
-
rinda
/ rinda (12) -
rinda
/ tuplespace (12) - shell (12)
-
shell
/ command-processor (6) -
shell
/ filter (6) -
shell
/ system-command (12) - socket (48)
-
win32
/ registry (144)
クラス
-
OpenSSL
:: SSL :: SSLSocket (12) -
Rinda
:: TupleSpace (12) -
Rinda
:: TupleSpaceProxy (12) - Shell (12)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) -
Shell
:: SystemCommand (12) - Socket (24)
モジュール
- Observable (12)
-
Socket
:: Constants (24) -
Win32
:: Registry :: Constants (144)
キーワード
-
IP
_ ROUTER _ ALERT (24) -
KEY
_ ALL _ ACCESS (12) -
KEY
_ CREATE _ LINK (12) -
KEY
_ CREATE _ SUB _ KEY (12) -
KEY
_ ENUMERATE _ SUB _ KEYS (12) -
KEY
_ EXECUTE (12) -
KEY
_ NOTIFY (12) -
KEY
_ QUERY _ VALUE (12) -
KEY
_ READ (12) -
KEY
_ SET _ VALUE (12) -
KEY
_ WRITE (12) -
STANDARD
_ RIGHTS _ READ (12) -
STANDARD
_ RIGHTS _ WRITE (12) -
TCP
_ DEFER _ ACCEPT (24) -
notify
_ observers (12) - sysclose (12)
検索結果
先頭5件
- Rinda
:: TupleSpaceProxy # notify(ev , tuple , sec = nil) -> Rinda :: NotifyTemplateEntry - Rinda
:: TupleSpace # notify(event , pattern , sec = nil) -> Rinda :: NotifyTemplateEntry - Shell
:: SystemCommand # notify(*opts) -> String - Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String - Shell
# notify(*opts) { . . . } -> ()
-
Rinda
:: TupleSpaceProxy # notify(ev , tuple , sec = nil) -> Rinda :: NotifyTemplateEntry (24413.0) -
event で指定した種類のイベントの監視を開始します。
...event で指定した種類のイベントの監視を開始します。
内部的にはリモートオブジェクトの Rinda::TupleSpace#notify にフォワードされます。
詳細は Rinda::TupleSpace#notify 参照してください
@param event 監視対象のイベント(文字列)
@para......m pattern 監視対象となるタプルのパターン
@param sec 監視期間の長さ(秒数)... -
Rinda
:: TupleSpace # notify(event , pattern , sec = nil) -> Rinda :: NotifyTemplateEntry (24407.0) -
event で指定した種類のイベントの監視を開始します。
...t で指定した種類のイベントの監視を開始します。
イベントを生じさせたタプルがpattern にマッチした場合にのみ報告されます。
イベントが生じた場合、
このメソッドの返り値の Rinda::NotifyTemplateEntry を経由し、
Rinda::Notify......TemplateEntry#each を用いて報告を受け取ります。
sec で監視期間を秒数で指定できます。 nil で無限に監視し続けます。
event として以下の3つを指定できます。
* 'write' : タプルが追加された
* 'take' : タプルが take された
* 'd......elete' : タプルが有効期限切れや上書きされたなどでタプルスペースから削除された
これで指定したイベントに加えて、
有効期限切れによって監視が終了した場合には 'close' イベントが報告されます。
pattern で指定できるパ... -
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
セキュリティアクセスマスク。... -
Socket
:: Constants :: IP _ ROUTER _ ALERT -> Integer (6216.0) -
Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Notify transit routers to more closely examine the contents of an IP packet。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(7linux)... -
Socket
:: IP _ ROUTER _ ALERT -> Integer (6216.0) -
Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Notify transit routers to more closely examine the contents of an IP packet。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(7linux)...