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 interface
Service<T>
Deprecated.useService
instead.interface
ServiceController<S>
A controller for a single service instance.Classes in org.jboss.msc.service that implement Value Modifier and Type Class Description class
DelegatingServiceController<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 class
InjectedValue<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 void
InjectedValue. setValue(Value<T> value)
Deprecated.Set the value to be injected to aValue
instance.
-