Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rinda/rindaライブラリ > Rinda::SimpleRenewerクラス
class Rinda::SimpleRenewer
クラスの継承リスト: Rinda::SimpleRenewer < DRb::DRbUndumped < Object < Kernel < BasicObject
Abstract
An SimpleRenewer allows a TupleSpace to check if a TupleEntry is still alive.
特異メソッド
new(sec = 180)
-
Creates a new SimpleRenewer that keeps an object alive for another +sec+ seconds.
インスタンスメソッド
renew
-
Called by the TupleSpace to check if the object is still alive.