Uses of Interface
org.jboss.msc.inject.Injector
Packages that use Injector
Package
Description
The service container implementation itself.
Classes which implement various indirect value types.
-
Uses of Injector in org.jboss.as.naming
Classes in org.jboss.as.naming that implement InjectorModifier and TypeClassDescriptionclassA n adaptor between value injectors and ManagedReferenceFactoryConstructors in org.jboss.as.naming with parameters of type InjectorModifierConstructorDescriptionManagedReferenceInjector(Injector<ManagedReferenceFactory> injectable) -
Uses of Injector in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment that return InjectorModifier and TypeMethodDescriptionNamingLookupValue.getContextInjector()Get the naming context injector.Methods in org.jboss.as.naming.deployment with parameters of type InjectorModifier and TypeMethodDescriptionvoidContextNames.BindInfo.setupLookupInjection(ServiceBuilder<?> serviceBuilder, Injector<ManagedReferenceFactory> targetInjector, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean optional) Setup a lookup with respect toResourceinjection. -
Uses of Injector in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote that return InjectorModifier and TypeMethodDescriptionInjector<org.jboss.remoting3.Endpoint>RemoteNamingServerService.getEndpointInjector()RemoteNamingServerService.getNamingStoreInjector() -
Uses of Injector in org.jboss.msc.service
Methods in org.jboss.msc.service with parameters of type InjectorModifier and TypeMethodDescription<I> ServiceBuilder<T>DelegatingServiceBuilder.addDependency(ServiceName dependency, Class<I> type, Injector<I> target) Deprecated.<I> ServiceBuilder<T>ServiceBuilder.addDependency(ServiceName dependency, Class<I> type, Injector<I> target) Deprecated. -
Uses of Injector in org.jboss.msc.value
Classes in org.jboss.msc.value that implement InjectorModifier and TypeClassDescriptionfinal classDeprecated.UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead. -
Uses of Injector in org.wildfly.extension.messaging.activemq.deployment
Methods in org.wildfly.extension.messaging.activemq.deployment with parameters of type InjectorModifier and TypeMethodDescriptionvoidJMSConnectionFactoryDefinitionInjectionSource.getResourceValue(org.jboss.as.ee.component.InjectionSource.ResolutionContext context, ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, Injector<ManagedReferenceFactory> injector) voidJMSDestinationDefinitionInjectionSource.getResourceValue(org.jboss.as.ee.component.InjectionSource.ResolutionContext context, ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, Injector<ManagedReferenceFactory> injector) -
Uses of Injector in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return InjectorModifier and TypeMethodDescriptionInjector<org.jboss.as.connector.metadata.deployment.ResourceAdapterDeployment>PooledConnectionFactoryStatisticsService.getRADeploymentInjector()
ServiceBuilder.requires(ServiceName)instead.