Package org.erights.e.elib.util
ELib support classes
See:
Description
Interface Summary
DeadManSwitch
Untamed: A DeadManSwitch is defined informally as anything that overrides the
MirandaMethod __reactToLostClient/1 in order to actually react to this
notification.
Class Summary
ClassCache
Untamed: A performance optimizing hack: by hanging onto classes that are looked up
by name, we can spare Java's overhead if they ever have to be looked up
again.
Once
Untamed: An encapsulating forwarder around a OneArgFunc that only passes the first
call through.
Exception Summary
TwineException
Safe: If an E program throws a non-Exception object, a TwineException or
RuntimeException is actually thrown using E.toTwine(problem) to convert
the object into the exception's message.
Package org.erights.e.elib.util Description
ELib support classes
- Author:
- Mark S. Miller, Chip Morningstar