Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > rinda/rindaライブラリ > Rinda::SimpleRenewerクラス

class Rinda::SimpleRenewer

クラスの継承リスト: Rinda::SimpleRenewer < DRb::DRbUndumped < Object < Kernel < BasicObject

要約

An SimpleRenewer allows a TupleSpace to check if a TupleEntry is still alive.

特異メソッド

new(sec = 180)

[TODO]

Creates a new SimpleRenewer that keeps an object alive for another +sec+ seconds.

インスタンスメソッド

renew

[TODO]

Called by the TupleSpace to check if the object is still alive.

class Rinda::SimpleRenewer