Modifier and Type | Class and Description |
---|---|
class |
DataSourceDefinitionInjectionSource
A binding description for DataSourceDefinition annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AdministeredObjectDefinitionInjectionSource
A binding description for AdministeredObjectDefinition annotations.
|
class |
ConnectionFactoryDefinitionInjectionSource
A binding description for ConnectionFactoryDefinition annotations.
|
Modifier and Type | Method and Description |
---|---|
InjectionSource |
BeanValidationResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
BeanValidationFactoryResourceReferenceProcessor.getResourceReferenceBindingSource() |
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 |
ServiceInjectionSource |
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)
Create the injection source
|
InjectionSource |
BindingConfiguration.getSource()
Get the source for this binding.
|
InjectionSource |
ResourceInjectionConfiguration.getSource()
Get the injection source for this configuration.
|
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 |
ContextServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedThreadFactoryResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedScheduledExecutorServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedExecutorServiceResourceReferenceProcessor.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.
|
Modifier and Type | Method and Description |
---|---|
protected InjectionSource |
EJBViewDescription.createInjectionSource(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.value.Value<ClassLoader> viewClassLoader) |
Modifier and Type | Method and Description |
---|---|
InjectionSource |
EjbContextResourceReferenceProcessor.getResourceReferenceBindingSource() |
Modifier and Type | Class and Description |
---|---|
class |
EjbInjectionSource
Implementation of
InjectionSource responsible for finding a specific bean instance with a bean name and interface. |
class |
EjbLookupInjectionSource
Injection source for remote ejb lookups.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteViewInjectionSource
Injection source for EJB remote views.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerServiceBindingSource
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceContextInjectionSource
Represents the PersistenceContext injected into a component.
|
class |
PersistenceUnitInjectionSource
Represents the PersistenceUnit injected into a component.
|
Modifier and Type | Method and Description |
---|---|
InjectionSource |
WebServiceContextResourceProcessor.getResourceReferenceBindingSource() |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceContextInjectionSource
InjectionSource for WebServiceContext resource. |
Modifier and Type | Class and Description |
---|---|
class |
JMSConnectionFactoryDefinitionInjectionSource |
class |
JMSDestinationDefinitionInjectionSource
A binding description for JMS Destination definitions.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.