Represents a fatal SMTP
error (error code 5xx, except for 500)
Raises when there is an argument for a switch which takes no argument.
PrettyPrint::SingleLine
is used by PrettyPrint.singleline_format
It is passed to be similar to a PrettyPrint
object itself, by responding to:
but instead, the output has no line breaks
Raised when a hash-based tuple has an invalid key.
A tuple is the elementary object in Rinda
programming. Tuples may be matched against templates if the tuple and the template are the same size.
TupleSpaceProxy
allows a remote Tuplespace to appear as local.
An SimpleRenewer
allows a TupleSpace
to check if a TupleEntry
is still alive.
A TupleEntry
is a Tuple
(i.e. a possible entry in some Tuplespace) together with expiry and cancellation data.
TupleBag
is an unordered collection of tuples. It is the basis of Tuplespace.
The Tuplespace manages access to the tuples it contains, ensuring mutual exclusion requirements are met.
The sec
option for the write, take, move, read and notify methods may either be a number of seconds or a Renewer object.