| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTypeInjectionSource
An injection source which injects a component based upon its type.
|
class |
EnvEntryInjectionSource
A description of an env-entry.
|
class |
FixedInjectionSource
An injection of a fixed value.
|
class |
LookupInjectionSource
A binding which gets its value from another JNDI binding.
|
class |
ViewBindingInjectionSource |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionSource |
ViewDescription.createInjectionSource(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.value.Value<ClassLoader> viewClassLoader,
boolean appclient)
Create the injection source
|
InjectionSource |
ResourceInjectionConfiguration.getSource()
Get the injection source for this configuration.
|
InjectionSource |
BindingConfiguration.getSource()
Get the source for this binding.
|
| Constructor and Description |
|---|
BindingConfiguration(String name,
InjectionSource source)
Construct a new instance.
|
ResourceInjectionConfiguration(InjectionTarget target,
InjectionSource source)
Construct a new instance.
|
ResourceInjectionConfiguration(InjectionTarget target,
InjectionSource source,
boolean optional)
Construct a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDestinationInjectionSource
Implementation of
InjectionSource responsible for finding a message destination |
| Modifier and Type | Method and Description |
|---|---|
InjectionSource |
EEResourceReferenceProcessor.getResourceReferenceBindingSource() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
AbstractDeploymentDescriptorBindingsProcessor.processInjectionTargets(ResourceInjectionTarget resourceInjectionTarget,
InjectionSource injectionSource,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
org.jboss.metadata.javaee.spec.ResourceInjectionMetaData entry,
Class<?> classType)
Processes the injection targets of a resource binding
|
| Modifier and Type | Method and Description |
|---|---|
InjectionSource |
ManagedThreadFactoryResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedExecutorServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedScheduledExecutorServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ContextServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
EeLogger_$logger.conflictingBinding(String bindingName,
InjectionSource source) |
IllegalArgumentException |
EeLogger.conflictingBinding(String bindingName,
InjectionSource source)
Creates an exception indicating an incompatible conflicting binding.
|
| Modifier and Type | Method and Description |
|---|---|
InjectionSource |
ManagedBeanResourceReferenceProcessor.getResourceReferenceBindingSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextInjectionSource
Injection source that can be used to bind a potentially empty context
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceDefinitionInjectionSource
The abstract InjectionSource for EE Resource Definitions.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.