Uses of Interface
org.jboss.msc.value.Value
-
Packages that use Value Package Description org.jboss.msc.service The service container implementation itself.org.jboss.msc.value Classes which implement various indirect value types. -
-
Uses of Value in org.jboss.msc.service
Subinterfaces of Value in org.jboss.msc.service Modifier and Type Interface Description interfaceService<T>Deprecated.useServiceinstead.interfaceServiceController<S>A controller for a single service instance.Classes in org.jboss.msc.service that implement Value Modifier and Type Class Description classAbstractService<T>Deprecated.useServiceinstead.classDelegatingServiceController<S>A service controller which delegates to another service controller.classValueInjectionService<T>Deprecated.UseService.newInstance(Consumer<T>,Tinstead.classValueService<T>Deprecated.UseService.newInstance(Consumer<T>,Tinstead.Fields in org.jboss.msc.service declared as Value Modifier and Type Field Description static Value<Service<Void>>Service. NULL_VALUEDeprecated.A value which resolves to thenull service.Methods in org.jboss.msc.service that return Value Modifier and Type Method Description Value<? extends T>ValueInjection. getSource()Deprecated.Get the source value.Methods in org.jboss.msc.service with parameters of type Value Modifier and Type Method Description <T> ServiceBuilder<T>DelegatingServiceContainer. addServiceValue(ServiceName name, Value<? extends Service<T>> value)Deprecated.<T> ServiceBuilder<T>DelegatingServiceTarget. addServiceValue(ServiceName name, Value<? extends Service<T>> value)Deprecated.<T> ServiceBuilder<T>ServiceTarget. addServiceValue(ServiceName name, Value<? extends Service<T>> value)Deprecated.UseServiceTarget.addService(ServiceName)instead.Constructors in org.jboss.msc.service with parameters of type Value Constructor Description ValueInjection(Value<? extends T> source, Injector<? super T> target)Deprecated.Construct a new instance.ValueService(Value<T> value)Deprecated.Construct a new instance. -
Uses of Value in org.jboss.msc.value
Classes in org.jboss.msc.value that implement Value Modifier and Type Class Description classImmediateValue<T>Deprecated.UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead.classInjectedValue<T>Deprecated.UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead.Methods in org.jboss.msc.value with parameters of type Value Modifier and Type Method Description voidInjectedValue. setValue(Value<T> value)Deprecated.Set the value to be injected to aValueinstance.
-