Uses of Interface
org.jboss.msc.inject.Injector
-
Packages that use Injector Package Description org.jboss.as.naming org.jboss.as.naming.deployment org.jboss.as.naming.remote org.jboss.msc.service The service container implementation itself.org.jboss.msc.value Classes which implement various indirect value types. -
-
Uses of Injector in org.jboss.as.naming
Classes in org.jboss.as.naming that implement Injector Modifier and Type Class Description classManagedReferenceInjector<T>A n adaptor between value injectors and ManagedReferenceFactoryConstructors in org.jboss.as.naming with parameters of type Injector Constructor Description ManagedReferenceInjector(Injector<ManagedReferenceFactory> injectable) -
Uses of Injector in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment that return Injector Modifier and Type Method Description Injector<Context>NamingLookupValue. getContextInjector()Get the naming context injector.Methods in org.jboss.as.naming.deployment with parameters of type Injector Modifier and Type Method Description voidContextNames.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 Injector Modifier and Type Method Description Injector<org.jboss.remoting3.Endpoint>RemoteNamingServerService. getEndpointInjector()Injector<NamingStore>RemoteNamingServerService. getNamingStoreInjector() -
Uses of Injector in org.jboss.msc.service
Methods in org.jboss.msc.service with parameters of type Injector Modifier and Type Method Description <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.UseServiceBuilder.requires(ServiceName)instead. -
Uses of Injector in org.jboss.msc.value
Classes in org.jboss.msc.value that implement Injector Modifier and Type Class Description classInjectedValue<T>Deprecated.UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead.
-