See: Description
| Interface | Description |
|---|---|
| IContextFactory |
Interface describing a context factory, i.e. a factory used to get and set a
context (some available information).
|
| IContextStack |
Interface describing a stack of context objects.
|
| Class | Description |
|---|---|
| AbstractContextFactory |
Abstract context factory base class for context factory interface
implementations.
|
| AbstractDependentContextFactory |
Abstract context factory base class for context factory interface
implementations being dependent on other context factory implementations.
|
| AbstractIndependentThreadContextFactory |
Abstract context factory base class for thread-local-based context factory
interface implementations being independent from other context factory
implementations.
|
| ContextFactoryRegistry |
Context factory registry holding all registered context factories and
providing means to get and set a context.
|
| ContextStack |
Class holding a stack of context objects.
|
| Exception | Description |
|---|---|
| ContextFactoryRegistrationError |
Error raised when the context factory identified by it's class (name) is
already or isn't registered with the context factory registry.
|
| ContextUnavailableException |
Exception raised when no context is available but one is requested from
outside.
|
Copyright 2021 SAP SE Complete Copyright Notice