Class

Rinda::RingProvider

Inheritance
< Object

RingProvider uses a RingServer advertised TupleSpace as a name service. TupleSpace clients can register themselves with the remote TupleSpace and look up other provided services via the remote TupleSpace.

Services are registered with a tuple of the format [:name, klass, DRbObject, description].

Methods

Class

Visibility Signature
public new (klass, front, desc, renewer = nil)

Instance

Visibility Signature
public provide ()

Class Method Detail

new(klass, front, desc, renewer = nil)

Creates a RingProvider that will provide a klass service running on front, with a description. renewer is optional.

Instance Method Detail

provide()

Advertises this service on the primary remote TupleSpace.