Uses of Interface
nl.talsmasoftware.context.Context
-
Packages that use Context Package Description nl.talsmasoftware.context Main package defining the corecontext-propagationconcepts in this librarynl.talsmasoftware.context.threadlocal Package forThreadLocalspecific classes. -
-
Uses of Context in nl.talsmasoftware.context
Methods in nl.talsmasoftware.context that return Context Modifier and Type Method Description Context<T>ContextManager. getActiveContext()The currently active context, ornullif no context is active.Context<T>ContextManager. initializeNewContext(T value)Initialize a new context containing the specifiedvalue.Context<Void>ContextSnapshot. reactivate()This method activates all contained values by the snapshot in their respectiveContextimplementations. -
Uses of Context in nl.talsmasoftware.context.threadlocal
Classes in nl.talsmasoftware.context.threadlocal that implement Context Modifier and Type Class Description classAbstractThreadLocalContext<T>Abstract base class maintaining a shared, staticThreadLocalinstance for each concrete subclass.Fields in nl.talsmasoftware.context.threadlocal declared as Context Modifier and Type Field Description protected Context<T>AbstractThreadLocalContext. parentContextThe parent context that was active at the time this context was created (if any) ornullin case there was no active context when this context was created.
-