-
Interfaces Interface Description org.jboss.msc.inject.Injector UseServiceBuilder.provides(org.jboss.msc.service.ServiceName...)method instead. This class will be removed in a future release.org.jboss.msc.service.Service useServiceinstead. This class will be removed in a future release.org.jboss.msc.value.Value UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead. This class will be removed in a future release.
-
Classes Class Description org.jboss.msc.service.AbstractService useServiceinstead. This class will be removed in a future release.org.jboss.msc.service.StabilityMonitor Stability monitors are unreliable - do not use them. This class will be removed in a future release.org.jboss.msc.service.StabilityStatistics Stability monitors are unreliable - do not use them. This class will be removed in a future release.org.jboss.msc.service.ValueInjection useServiceBuilder.requires(org.jboss.msc.service.ServiceName)andServiceBuilder.provides(org.jboss.msc.service.ServiceName...)methods instead. This class will be removed in a future release.org.jboss.msc.service.ValueInjectionService UseService.newInstance(Consumer<T>,Tinstead. This class will be removed in a future release.org.jboss.msc.service.ValueService UseService.newInstance(Consumer<T>,Tinstead. This class will be removed in a future release.org.jboss.msc.value.ImmediateValue UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead. This class will be removed in a future release.org.jboss.msc.value.InjectedValue UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead. This class will be removed in a future release.
-
Exceptions Exceptions Description org.jboss.msc.inject.InjectionException This class will be removed in a future release.