Package | Description |
---|---|
org.wildfly.clustering.service | |
org.wildfly.clustering.service.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
Builder<T>
Deprecated.
Replaced by
ServiceConfigurator . |
interface |
ServiceConfigurator
Configures the dependencies of a
Service . |
Modifier and Type | Class and Description |
---|---|
class |
AliasServiceBuilder<T>
Deprecated.
Replaced by
IdentityServiceConfigurator . |
class |
AsynchronousServiceBuilder<T>
Deprecated.
Replaced by
AsyncServiceConfigurator . |
class |
AsyncServiceConfigurator |
class |
IdentityServiceConfigurator<T>
Configures a
Service whose value is provided by another Service . |
class |
ServiceDependency
Encapsulates a
Dependency on a Service . |
class |
ServiceSupplierDependency<V>
Encapsulates a
Dependency on a Service that supplies a value. |
class |
SimpleBuilder<T>
Deprecated.
Replaced by
SimpleServiceConfigurator . |
class |
SimpleDependency
Deprecated.
Replaced by
ServiceDependency . |
class |
SimpleServiceConfigurator<T>
Configures a simple
Service that provides a static value. |
class |
SimpleServiceNameProvider
ServiceNameProvider using a pre-defined ServiceName |
Constructor and Description |
---|
InjectedValueDependency(ServiceNameProvider provider,
Class<T> targetClass)
Deprecated.
|
InjectorDependency(ServiceNameProvider provider,
Class<T> targetClass,
org.jboss.msc.inject.Injector<T> injector)
Deprecated.
|
ServiceDependency(ServiceNameProvider provider) |
ServiceSupplierDependency(ServiceNameProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
CachedThreadPoolExecutorServiceBuilder
Deprecated.
Replaced by
CachedThreadPoolExecutorServiceConfigurator . |
class |
CachedThreadPoolExecutorServiceConfigurator
Deprecated.
|
class |
RemoveOnCancelScheduledExecutorServiceBuilder
Deprecated.
Replaced by
RemoveOnCancelScheduledExecutorServiceConfigurator . |
class |
RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.