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 classDelegatingServiceController<S>A service controller which delegates to another service controller. -
Uses of Value in org.jboss.msc.value
Classes in org.jboss.msc.value that implement Value Modifier and Type Class Description 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.
-