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
Represents a tagged XML
element. Elements
are characterized by having children, attributes, and names, and can themselves be children.
A class which provides filtering of children for Elements
, and XPath
search support. You are expected to only encounter this class as the element.elements
object. Therefore, you are not expected to instantiate this yourself.
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.
Attributes are in key-value form, and if there’s no value provided for an attribute, a NotAvailableValueError
will be raised.