Miranda reactToLostClient

From Erights

Jump to: navigation, search

__reactToLostClient/1 is a Miranda message.

__reactToLostClient/1

Signature: __reactToLostClient(problem :XXX) :void

__reactToLostClient/1 is delivered to an object when one of its clients may no longer be able to contact it due to network partition.

A typical use of __reactToLostClient is to revoke a caretaker in the event of the revoker's client losing access to it.

Miranda behavior

Does nothing.

? def obj {}
> obj.__reactToLostClient("foo")
# value: null

? obj.__reactToLostClient(null)
# value: null
This page is a stub; it should be expanded with more information. If doing so, check the original E web site and the mailing list archives for content which could be moved into this page.
Personal tools
more tools