Class StringContextProvider
java.lang.Object
ee.jakarta.tck.concurrent.common.context.providers.StringContextProvider
- All Implemented Interfaces:
ThreadContextProvider
Thread context provider for a mock context type that consists of a String
value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclearedContext
(Map<String, String> props) currentContext
(Map<String, String> props)
-
Constructor Details
-
StringContextProvider
public StringContextProvider()
-
-
Method Details
-
currentContext
- Specified by:
currentContext
in interfaceThreadContextProvider
-
clearedContext
- Specified by:
clearedContext
in interfaceThreadContextProvider
-
getThreadContextType
- Specified by:
getThreadContextType
in interfaceThreadContextProvider
-