|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ context overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.derby.iapi.services.context.Context
| Uses of Context in org.apache.derby.iapi.services.context |
| Classes in org.apache.derby.iapi.services.context that implement Context | |
class |
ContextImpl
Contexts are created and used to manage the execution environment. |
(package private) class |
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. |
| Methods in org.apache.derby.iapi.services.context that return Context | |
static Context |
ContextService.getContext(java.lang.String contextId)
Find the context with the given name in the context service factory loaded for the system. |
static Context |
ContextService.getContextOrNull(java.lang.String contextId)
Find the context with the given name in the context service factory loaded for the system. |
Context |
ContextManager.getContext(java.lang.String contextId)
|
| Methods in org.apache.derby.iapi.services.context with parameters of type Context | |
void |
ContextService.notifyAllActiveThreads(Context c)
|
void |
ContextManager.pushContext(Context newContext)
|
(package private) void |
ContextManager.popContext(Context theContext)
|
(package private) boolean |
ContextManager.setInterrupted(Context c)
|
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ context overview ] | PREV NEXT | ||||||||