|
Class Summary |
| ContextImpl |
Contexts are created and used to manage the execution
environment. |
| ContextManager |
The ContextManager collects contexts as they are
created. |
| ContextManager.CtxStack |
The CtxStack implement a stack on top of an ArrayList (to avoid
the inherent overhead associated with java.util.Stack which is
built on top of java.util.Vector, which is fully
synchronized). |
| ContextService |
A set of static methods to supply easier access to contexts. |
| SystemContext |
A context that shuts the system down if it gets an StandardException
with a severity greater than or equal to ExceptionSeverity.SYSTEM_SEVERITY
or an exception that is not a StandardException. |