org.apache.derby.iapi.services.context |
|
Java Source File Name | Type | Comment |
Context.java | Interface | Contexts are created and used to manage the execution
environment. |
ContextImpl.java | Class | Contexts are created and used to manage the execution
environment. |
ContextManager.java | Class | The ContextManager collects contexts as they are
created. |
ContextService.java | Class | A set of static methods to supply easier access to contexts. |
ErrorStringBuilder.java | Class | Class used to form error messages. |
ShutdownException.java | Class | A ShutdownException is a runtime exception that is used
to notify code that the system has/is being shut down. |
SystemContext.java | Class | 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. |