Interface | Description |
---|---|
ExecutorServices |
Allows a custom TaskExecutor to be provided by the container.
|
ExecutorServices.TaskFactory<T> |
Instead of submitting a list of tasks to be executed a caller may submit a factory object capable of creating the list of
tasks.
|
WeldInjectionTarget<T> |
Specialized version of
InjectionTarget that exposes additional information. |
WeldInjectionTargetBuilder<T> |
A builder that allows a customized
WeldInjectionTarget instance to be created. |
WeldInjectionTargetFactory<T> |
Specialized version which provides more options than the original
InjectionTargetFactory . |
WeldManager |
Functionality provided by the Weld Manager over and above the
BeanManager . |
Copyright © 2008–2017. All rights reserved.