種類
- インスタンスメソッド (66)
- 定数 (48)
- 特異メソッド (6)
ライブラリ
- openssl (12)
-
rinda
/ rinda (12) -
rinda
/ tuplespace (12) - shell (12)
-
shell
/ command-processor (6) -
shell
/ filter (6) -
shell
/ system-command (12) - socket (48)
クラス
-
OpenSSL
:: SSL :: SSLSocket (12) -
Rinda
:: TupleSpace (12) -
Rinda
:: TupleSpaceProxy (12) - Shell (12)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) -
Shell
:: SystemCommand (12) - Socket (24)
モジュール
-
Socket
:: Constants (24)
キーワード
-
IP
_ ROUTER _ ALERT (24) -
TCP
_ DEFER _ ACCEPT (24) - sysclose (12)
検索結果
先頭5件
- Rinda
:: TupleSpaceProxy # notify(ev , tuple , sec = nil) -> Rinda :: NotifyTemplateEntry - Rinda
:: TupleSpace # notify(event , pattern , sec = nil) -> Rinda :: NotifyTemplateEntry - Shell
:: CommandProcessor # notify(*opts) { . . . } -> () - Shell
:: SystemCommand # notify(*opts) -> String - Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String
-
Rinda
:: TupleSpaceProxy # notify(ev , tuple , sec = nil) -> Rinda :: NotifyTemplateEntry (21413.0) -
event で指定した種類のイベントの監視を開始します。
...ートオブジェクトの Rinda::TupleSpace#notify にフォワードされます。
詳細は Rinda::TupleSpace#notify 参照してください
@param event 監視対象のイベント(文字列)
@param pattern 監視対象となるタプルのパターン
@param sec 監視期間の長さ(秒数... -
Rinda
:: TupleSpace # notify(event , pattern , sec = nil) -> Rinda :: NotifyTemplateEntry (21313.0) -
event で指定した種類のイベントの監視を開始します。
...ます。
イベントを生じさせたタプルがpattern にマッチした場合にのみ報告されます。
イベントが生じた場合、
このメソッドの返り値の Rinda::NotifyTemplateEntry を経由し、
Rinda::NotifyTemplateEntry#each を用いて報告を受け取ります......ベントが報告されます。
pattern で指定できるパターンについては lib:rinda/rinda#tuplepattern を
参照してください。
@param event 監視対象のイベント(文字列)
@param pattern 監視対象となるタプルのパターン
@param sec 監視期間の長さ(秒......require '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",... -
Shell
:: CommandProcessor # notify(*opts) { . . . } -> () (21201.0) -
@todo
@todo -
Shell
:: SystemCommand # notify(*opts) -> String (18208.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (18208.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
# notify(*opts) { . . . } -> () (18201.0) -
@todo
@todo -
Shell
. notify(*opts) {|message| . . . } -> String (18201.0) -
@todo
@todo -
Shell
:: Filter # notify(*opts) { . . . } -> () (18201.0) -
@todo
@todo -
Socket
:: Constants :: IP _ ROUTER _ ALERT -> Integer (6116.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
:: Constants :: TCP _ DEFER _ ACCEPT -> Integer (6116.0) -
Don't notify a listening socket until data is ready。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Don't notify a listening socket until data is ready。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see tcp(7linux)... -
Socket
:: IP _ ROUTER _ ALERT -> Integer (6116.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
:: TCP _ DEFER _ ACCEPT -> Integer (6116.0) -
Don't notify a listening socket until data is ready。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Don't notify a listening socket until data is ready。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see tcp(7linux)...