108件ヒット
[1-100件を表示]
(0.038秒)
種類
- 定数 (84)
- インスタンスメソッド (24)
ライブラリ
-
rinda
/ rinda (12) -
rinda
/ tuplespace (12) - socket (24)
-
win32
/ registry (60)
クラス
-
Rinda
:: TupleSpace (12) -
Rinda
:: TupleSpaceProxy (12) - Socket (12)
モジュール
-
Socket
:: Constants (12) -
Win32
:: Registry :: Constants (60)
キーワード
-
IP
_ ROUTER _ ALERT (24) -
KEY
_ CREATE _ SUB _ KEY (12) -
KEY
_ ENUMERATE _ SUB _ KEYS (12) -
KEY
_ EXECUTE (12) -
KEY
_ QUERY _ VALUE (12) -
KEY
_ SET _ VALUE (12)
検索結果
先頭5件
-
Rinda
:: TupleSpaceProxy # notify(ev , tuple , sec = nil) -> Rinda :: NotifyTemplateEntry (21313.0) -
event で指定した種類のイベントの監視を開始します。
...類のイベントの監視を開始します。
内部的にはリモートオブジェクトの Rinda::TupleSpace#notify にフォワードされます。
詳細は Rinda::TupleSpace#notify 参照してください
@param event 監視対象のイベント(文字列)
@param pattern 監視対象... -
Rinda
:: TupleSpace # notify(event , pattern , sec = nil) -> Rinda :: NotifyTemplateEntry (21207.0) -
event で指定した種類のイベントの監視を開始します。
...ッチした場合にのみ報告されます。
イベントが生じた場合、
このメソッドの返り値の Rinda::NotifyTemplateEntry を経由し、
Rinda::NotifyTemplateEntry#each を用いて報告を受け取ります。
sec で監視期間を秒数で指定できます。 nil で無......da#tuplepattern を
参照してください。
@param event 監視対象のイベント(文字列)
@param pattern 監視対象となるタプルのパターン
@param sec 監視期間の長さ(秒数)
=== 例
require 'rinda/tuplespace'
tuplespace = Rinda::TupleSpace.new
observer = tuples......pace.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])... -
Win32
:: Registry :: Constants :: KEY _ QUERY _ VALUE (6201.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
:: 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)... -
Win32
:: Registry :: Constants :: KEY _ CREATE _ SUB _ KEY (3101.0) -
@todo
@todo
セキュリティアクセスマスク。 -
Win32
:: Registry :: Constants :: KEY _ ENUMERATE _ SUB _ KEYS (3101.0) -
@todo
@todo
セキュリティアクセスマスク。 -
Win32
:: Registry :: Constants :: KEY _ EXECUTE (3101.0) -
@todo
@todo
セキュリティアクセスマスク。 -
Win32
:: Registry :: Constants :: KEY _ SET _ VALUE (3101.0) -
@todo
@todo
セキュリティアクセスマスク。