Package | Description |
---|---|
org.jboss.msc |
The modular service container base package.
|
org.jboss.msc.service |
The service container implementation itself.
|
org.wildfly.clustering.singleton.service |
Modifier and Type | Field and Description |
---|---|
static Service |
Service.NULL
A simple null service whose start and stop methods do nothing.
|
Modifier and Type | Method and Description |
---|---|
static <V> Service |
Service.newInstance(Consumer<V> injector,
V value)
Factory for services providing single value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Service<T>
Deprecated.
use
Service instead.
This class will be removed in a future release. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService<T>
Deprecated.
use
Service instead.
This class will be removed in a future release. |
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 | Method and Description |
---|---|
ServiceBuilder<T> |
ServiceBuilder.setInstance(Service service)
Sets service instance.
|
ServiceBuilder<T> |
DelegatingServiceBuilder.setInstance(Service service)
Sets service instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SingletonService
Implemented by the instrumented singleton service.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.