Uses of Class
org.jboss.as.ee.component.InjectionSource
-
-
Uses of InjectionSource in org.jboss.as.ee.component
Subclasses of InjectionSource in org.jboss.as.ee.component Modifier and Type Class Description classComponentTypeInjectionSourceAn injection source which injects a component based upon its type.classEnvEntryInjectionSourceA description of an env-entry.classFixedInjectionSourceAn injection of a fixed value.classLookupInjectionSourceA binding which gets its value from another JNDI binding.classViewBindingInjectionSourceMethods in org.jboss.as.ee.component that return InjectionSource Modifier and Type Method Description protected InjectionSourceViewDescription. createInjectionSource(org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.value.Value<ClassLoader> viewClassLoader, boolean appclient)Create the injection sourceInjectionSourceBindingConfiguration. getSource()Get the source for this binding.InjectionSourceResourceInjectionConfiguration. getSource()Get the injection source for this configuration.Constructors in org.jboss.as.ee.component with parameters of type InjectionSource Constructor 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. -
Uses of InjectionSource in org.jboss.as.ee.component.deployers
Subclasses of InjectionSource in org.jboss.as.ee.component.deployers Modifier and Type Class Description classMessageDestinationInjectionSourceImplementation ofInjectionSourceresponsible for finding a message destinationMethods in org.jboss.as.ee.component.deployers that return InjectionSource Modifier and Type Method Description InjectionSourceEEResourceReferenceProcessor. getResourceReferenceBindingSource()Methods in org.jboss.as.ee.component.deployers with parameters of type InjectionSource Modifier and Type Method 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 -
Uses of InjectionSource in org.jboss.as.ee.concurrent.deployers.injection
Methods in org.jboss.as.ee.concurrent.deployers.injection that return InjectionSource Modifier and Type Method Description InjectionSourceContextServiceResourceReferenceProcessor. getResourceReferenceBindingSource()InjectionSourceManagedExecutorServiceResourceReferenceProcessor. getResourceReferenceBindingSource()InjectionSourceManagedScheduledExecutorServiceResourceReferenceProcessor. getResourceReferenceBindingSource()InjectionSourceManagedThreadFactoryResourceReferenceProcessor. getResourceReferenceBindingSource() -
Uses of InjectionSource in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type InjectionSource Modifier and Type Method Description IllegalArgumentExceptionEeLogger_$logger. conflictingBinding(String bindingName, InjectionSource source)IllegalArgumentExceptionEeLogger. conflictingBinding(String bindingName, InjectionSource source)Creates an exception indicating an incompatible conflicting binding. -
Uses of InjectionSource in org.jboss.as.ee.managedbean.component
Methods in org.jboss.as.ee.managedbean.component that return InjectionSource Modifier and Type Method Description InjectionSourceManagedBeanResourceReferenceProcessor. getResourceReferenceBindingSource() -
Uses of InjectionSource in org.jboss.as.ee.naming
Subclasses of InjectionSource in org.jboss.as.ee.naming Modifier and Type Class Description classContextInjectionSourceInjection source that can be used to bind a potentially empty context -
Uses of InjectionSource in org.jboss.as.ee.resource.definition
Subclasses of InjectionSource in org.jboss.as.ee.resource.definition Modifier and Type Class Description classResourceDefinitionInjectionSourceThe abstract InjectionSource for EE Resource Definitions.
-