Uses of Interface
org.jboss.threads.ContextHandler
-
Packages that use ContextHandler Package Description org.jboss.threads -
-
Uses of ContextHandler in org.jboss.threads
Fields in org.jboss.threads declared as ContextHandler Modifier and Type Field Description static ContextHandler<?>ContextHandler. NONEThe context handler which captures no context.Methods in org.jboss.threads that return ContextHandler Modifier and Type Method Description ContextHandler<?>EnhancedQueueExecutor.Builder. getContextHandler()Get the context handler for the user-defined context.Methods in org.jboss.threads with parameters of type ContextHandler Modifier and Type Method Description EnhancedQueueExecutor.BuilderEnhancedQueueExecutor.Builder. setContextHandler(ContextHandler<?> contextHandler)Set the context handler for the user-defined context.
-