Interface | Description |
---|---|
Context |
Contexts are created and used to manage the execution
environment.
|
Class | Description |
---|---|
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.
|
ContextService.ContextManagerStack |
Specialized stack class that contains context managers.
|
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.
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.