Uses of Class
org.jboss.msc.service.ValueInjection
-
Packages that use ValueInjection Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ValueInjection in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ValueInjection Modifier and Type Field Description private ValueInjection<?>[]
ServiceControllerImpl. injections
The injections of this service.private ValueInjection<?>[]
ServiceControllerImpl. outInjections
The out injections of this service.Fields in org.jboss.msc.service with type parameters of type ValueInjection Modifier and Type Field Description private java.util.List<ValueInjection<?>>
ServiceBuilderImpl. valueInjections
Methods in org.jboss.msc.service that return types with arguments of type ValueInjection Modifier and Type Method Description (package private) java.util.List<ValueInjection<?>>
ServiceBuilderImpl. getValueInjections()
Methods in org.jboss.msc.service with parameters of type ValueInjection Modifier and Type Method Description private static <T> void
ServiceControllerImpl. doInject(ValueInjection<T> injection)
private void
ServiceControllerImpl.StopTask. uninject(ServiceName serviceName, ValueInjection<?>[] injections)
void
ServiceLogger_$logger. uninjectFailed(java.lang.Throwable cause, ServiceName serviceName, ValueInjection<? extends java.lang.Object> valueInjection)
void
ServiceLogger. uninjectFailed(java.lang.Throwable cause, ServiceName serviceName, ValueInjection<?> valueInjection)
Constructors in org.jboss.msc.service with parameters of type ValueInjection Constructor Description ServiceControllerImpl(Value<? extends Service<S>> serviceValue, Dependency[] dependencies, ValueInjection<?>[] injections, ValueInjection<?>[] outInjections, ServiceRegistrationImpl primaryRegistration, ServiceRegistrationImpl[] aliasRegistrations, java.util.Set<StabilityMonitor> monitors, java.util.Set<? extends ServiceListener<? super S>> listeners, ServiceControllerImpl<?> parent)
-