| Name | Description | Type | Package | Framework |
| AbstractContextFactory | Abstract context factory base class for context factory interfaceSee Also:IContextFactory | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| AbstractDependentContextFactory | Abstract context factory base class for context factory interface implementations being dependent on other context factory implementations. | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| AbstractIndependentThreadContextFactory | Abstract context factory base class for thread-local-based context factory interface implementations being independent from other context factory | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| ContextFactoryRegistrationError | Error raised when the context factory identified by it's class (name) is already or isn't registered with the context factory registry. | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| ContextFactoryRegistry | Context factory registry holding all registered context factories and providing means to get and set a context. | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| ContextStack | Class holding a stack of context objects. | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| ContextUnavailableException | Exception raised when no context is available but one is requested fromSee Also:Serialized Form | Class | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| IContextFactory | Interface describing a context factory, i. | Interface | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |
| IContextStack | Interface describing a stack of context objects. | Interface | com.sap.netweaver.bc.rf.util.context | SAP NetWeaver |