Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > drb/timeridconvライブラリ > DRb::TimerIdConvクラス

class DRb::TimerIdConv + DRb::DRbIdConv

クラスの継承リスト: DRb::TimerIdConv < DRb::DRbIdConv < Object < Kernel < BasicObject

要約

特異メソッド

new(timeout=600)

[TODO]

インスタンスメソッド

to_id(obj)

[TODO]

to_id(obj)

[TODO]

Convert an object into a reference id. This implementation returns the object's id in the local object space.

to_obj(ref)

[TODO]

to_obj(ref)

[TODO]

Convert an object reference id to an object. This implementation looks up the reference id in the local object space and returns the object it refers to.

class DRb::TimerIdConv