Uses of Interface
de.hybris.platform.commerceservices.threadcontext.ThreadContext
-
Packages that use ThreadContext Package Description de.hybris.platform.commerceservices.threadcontext de.hybris.platform.commerceservices.threadcontext.impl -
-
Uses of ThreadContext in de.hybris.platform.commerceservices.threadcontext
Subinterfaces of ThreadContext in de.hybris.platform.commerceservices.threadcontext Modifier and Type Interface Description interfaceThreadContextServiceThe ThreadContextService supports executing code in a thread context and also getting and setting attribute values in the current thread context.Methods in de.hybris.platform.commerceservices.threadcontext that return ThreadContext Modifier and Type Method Description ThreadContextThreadContextService. getCurrentContext() -
Uses of ThreadContext in de.hybris.platform.commerceservices.threadcontext.impl
Classes in de.hybris.platform.commerceservices.threadcontext.impl that implement ThreadContext Modifier and Type Class Description classDefaultThreadContextDefault implementation of the ThreadContextclassDefaultThreadContextServiceDefault implementation of the ThreadContextServiceMethods in de.hybris.platform.commerceservices.threadcontext.impl that return ThreadContext Modifier and Type Method Description protected ThreadContextDefaultThreadContextService. createLocalThreadContext()ThreadContextDefaultThreadContextService. getCurrentContext()Constructors in de.hybris.platform.commerceservices.threadcontext.impl with parameters of type ThreadContext Constructor Description DefaultThreadContext(ThreadContext parent)
-