| Package | Description |
|---|---|
| org.jboss.msc.inject |
Classes which implement value injection.
|
| org.jboss.msc.service |
The service container implementation itself.
|
| org.jboss.msc.value |
Classes which implement various indirect value types.
|
| Modifier and Type | Method and Description |
|---|---|
protected Value<T> |
RetainingInjector.getStoredValue()
Deprecated.
Get the value object stored in this injector.
|
protected Value<T> |
RetainingInjector.setStoredValue(Value<T> value)
Deprecated.
Set the value object stored in this injector (must not be
null). |
| Modifier and Type | Method and Description |
|---|---|
protected Value<T> |
RetainingInjector.setStoredValue(Value<T> value)
Deprecated.
Set the value object stored in this injector (must not be
null). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service<T>
Deprecated.
use
Service instead.
This class will be removed in a future release. |
interface |
ServiceController<S>
A controller for a single service instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService<T>
Deprecated.
use
Service instead.
This class will be removed in a future release. |
class |
DelegatingServiceController<S>
A service controller which delegates to another service controller.
|
class |
ValueInjectionService<T>
Deprecated.
Use
Service.newInstance(Consumer<T>,T instead. This
class will be removed in a future release. |
class |
ValueService<T>
Deprecated.
Use
Service.newInstance(Consumer<T>,T instead. This
class will be removed in a future release. |
| Modifier and Type | Field and Description |
|---|---|
static Value<Service<Void>> |
Service.NULL_VALUE
Deprecated.
A value which resolves to the
null service. |
| Modifier and Type | Method and Description |
|---|---|
Value<? extends T> |
ValueInjection.getSource()
Deprecated.
Get the source value.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ServiceBuilder<T> |
DelegatingServiceTarget.addServiceValue(ServiceName name,
Value<? extends Service<T>> value)
Deprecated.
|
<T> ServiceBuilder<T> |
DelegatingServiceContainer.addServiceValue(ServiceName name,
Value<? extends Service<T>> value)
Deprecated.
|
<T> ServiceBuilder<T> |
ServiceTarget.addServiceValue(ServiceName name,
Value<? extends Service<T>> value)
Deprecated.
Use
ServiceTarget.addService(ServiceName) instead.
This method will be removed in a future release. |
| Constructor and Description |
|---|
ValueInjection(Value<? extends T> source,
Injector<? super T> target)
Deprecated.
Construct a new instance.
|
ValueService(Value<T> value)
Deprecated.
Construct a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmediateValue<T>
Deprecated.
Use
ServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release. |
class |
InjectedValue<T>
Deprecated.
Use
ServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release. |
| Modifier and Type | Method and Description |
|---|---|
void |
InjectedValue.setValue(Value<T> value)
Deprecated.
Set the value to be injected to a
Value instance. |
Copyright © 2021 Red Hat, Inc.