Class: DRbObject

Inherits:
Object show all
Defined in:
lib/roby/distributed/base.rb

Direct Known Subclasses

Roby::RemoteObjectProxy

Instance Method Summary collapse

Instance Method Details

#remote_idObject

Converts this DRbObject into Roby::Distributed::RemoteID



61
62
63
# File 'lib/roby/distributed/base.rb', line 61

def remote_id
  @__droby_remote_id__ ||= Roby::Distributed::RemoteID.new(__drburi, __drbref)
end

#to_sObject

We don’t want this method to call the remote object.



57
58
59
# File 'lib/roby/distributed/base.rb', line 57

def to_s
    inspect 
end