Package org.jboss.as.ee.concurrent
Class ContextServiceTypesConfiguration
java.lang.Object
org.jboss.as.ee.concurrent.ContextServiceTypesConfiguration
- All Implemented Interfaces:
Serializable
The configuration for a Context Service, which indicates if a context type should be cleared, propagated or unchanged.
- Author:
- emmartins
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe builder class. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisPropagated(String contextType) booleanisUnchanged(String contextType)
-
Field Details
-
DEFAULT
-
-
Method Details
-
isCleared
- Parameters:
contextType-- Returns:
- true if the specified contextType should be cleared, false otherwise
-
isPropagated
- Parameters:
contextType-- Returns:
- true if the specified contextType should be propagated, false otherwise
-
isUnchanged
- Parameters:
contextType-- Returns:
- true if the specified contextType should be unchanged, false otherwise
-