Skip navigation links
WildFly: Clustering services 19.0.0.Final
A B C D E F G H I M N O P R S T U V 

A

accept(ExecutorService) - Method in class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceConfigurator
Deprecated.
 
accept(ScheduledExecutorService) - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
 
ActiveServiceSupplier<T> - Class in org.wildfly.clustering.service
Deprecated.
ActiveServiceSupplier(ServiceRegistry, ServiceName) - Constructor for class org.wildfly.clustering.service.ActiveServiceSupplier
Deprecated.
 
AliasServiceBuilder<T> - Class in org.wildfly.clustering.service
Deprecated.
AliasServiceBuilder(ServiceName, ServiceName, Class<T>) - Constructor for class org.wildfly.clustering.service.AliasServiceBuilder
Deprecated.
Constructs a new builder
apply(ExecutorService) - Method in class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceConfigurator
Deprecated.
 
apply(ScheduledExecutorService) - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
 
AsynchronousServiceBuilder<T> - Class in org.wildfly.clustering.service
Deprecated.
AsynchronousServiceBuilder(ServiceName, Service<T>) - Constructor for class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
Constructs a new builder for building asynchronous service
AsyncServiceConfigurator - Class in org.wildfly.clustering.service
 
AsyncServiceConfigurator(ServiceName) - Constructor for class org.wildfly.clustering.service.AsyncServiceConfigurator
Constructs a new builder for building asynchronous service

B

BinaryRequirement - Interface in org.wildfly.clustering.service
Identifies a requirement that provides a service.
build(ServiceTarget) - Method in class org.wildfly.clustering.service.AliasServiceBuilder
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.AsyncServiceConfigurator
 
build(ServiceTarget) - Method in interface org.wildfly.clustering.service.Builder
Deprecated.
Builds a service into the specified target.
build(ServiceTarget) - Method in class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceBuilder
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceConfigurator
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceBuilder
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.IdentityServiceConfigurator
 
build(ServiceTarget) - Method in interface org.wildfly.clustering.service.ServiceConfigurator
Adds and configures a Service.
build(ServiceTarget) - Method in class org.wildfly.clustering.service.SimpleBuilder
Deprecated.
 
build(ServiceTarget) - Method in class org.wildfly.clustering.service.SimpleServiceConfigurator
 
Builder<T> - Interface in org.wildfly.clustering.service
Deprecated.
Replaced by ServiceConfigurator.

C

CachedThreadPoolExecutorServiceBuilder - Class in org.wildfly.clustering.service.concurrent
CachedThreadPoolExecutorServiceBuilder(ServiceName, ThreadFactory) - Constructor for class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceBuilder
Deprecated.
 
CachedThreadPoolExecutorServiceConfigurator - Class in org.wildfly.clustering.service.concurrent
Deprecated.
CachedThreadPoolExecutorServiceConfigurator(ServiceName, ThreadFactory) - Constructor for class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceConfigurator
Deprecated.
 
CascadeRemovalLifecycleListener - Class in org.wildfly.clustering.service
Lifecycle listener that cascades service removal to a series of services.
CascadeRemovalLifecycleListener(ServiceController<?>) - Constructor for class org.wildfly.clustering.service.CascadeRemovalLifecycleListener
 
CascadeRemovalLifecycleListener(ServiceController<?>...) - Constructor for class org.wildfly.clustering.service.CascadeRemovalLifecycleListener
 
CascadeRemovalLifecycleListener(Iterable<ServiceController<?>>) - Constructor for class org.wildfly.clustering.service.CascadeRemovalLifecycleListener
 
ChildTargetService - Class in org.wildfly.clustering.service
Service that performs service installation into the child target on start.
ChildTargetService(Consumer<ServiceTarget>) - Constructor for class org.wildfly.clustering.service.ChildTargetService
 
ClassLoaderThreadFactory - Class in org.wildfly.clustering.service.concurrent
Deprecated.
Use org.jboss.as.clustering.context.DefaultThreadFactory instead.
ClassLoaderThreadFactory(ThreadFactory, ClassLoader) - Constructor for class org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory
Deprecated.
 
close(Runnable) - Method in interface org.wildfly.clustering.service.concurrent.ServiceExecutor
Closes the service, executing the specified task, first waiting for any concurrent executions to complete.
close(Runnable) - Method in class org.wildfly.clustering.service.concurrent.StampedLockServiceExecutor
 
CompositeDependency - Class in org.wildfly.clustering.service
 
CompositeDependency(Dependency...) - Constructor for class org.wildfly.clustering.service.CompositeDependency
 
CountDownLifecycleListener - Class in org.wildfly.clustering.service
LifecycleListener that counts down a latch when a target LifecycleEvent is triggered.
CountDownLifecycleListener(CountDownLatch) - Constructor for class org.wildfly.clustering.service.CountDownLifecycleListener
 
CountDownLifecycleListener(CountDownLatch, Set<LifecycleEvent>) - Constructor for class org.wildfly.clustering.service.CountDownLifecycleListener
 

D

DefaultableBinaryRequirement - Interface in org.wildfly.clustering.service
Identifies a requirement that provides a service and can reference some default requirement.
DefaultableUnaryRequirement - Interface in org.wildfly.clustering.service
Identifies a requirement that provides a service and can reference some default requirement.
Dependency - Interface in org.wildfly.clustering.service
Encapsulates logic for registering a service dependency.

E

equals(Object) - Method in class org.wildfly.clustering.service.SimpleServiceNameProvider
 
execute(ExceptionRunnable<E>) - Method in interface org.wildfly.clustering.service.concurrent.Executor
Executes the specified runner.
execute(Supplier<R>) - Method in interface org.wildfly.clustering.service.concurrent.ServiceExecutor
Executes the specified task, but only if the service was not already closed.
execute(ExceptionSupplier<R, E>) - Method in interface org.wildfly.clustering.service.concurrent.ServiceExecutor
Executes the specified task, but only if the service was not already closed.
execute(Runnable) - Method in class org.wildfly.clustering.service.concurrent.StampedLockServiceExecutor
 
execute(ExceptionRunnable<E>) - Method in class org.wildfly.clustering.service.concurrent.StampedLockServiceExecutor
 
execute(Supplier<R>) - Method in class org.wildfly.clustering.service.concurrent.StampedLockServiceExecutor
 
execute(ExceptionSupplier<R, E>) - Method in class org.wildfly.clustering.service.concurrent.StampedLockServiceExecutor
 
Executor - Interface in org.wildfly.clustering.service.concurrent
Extends Executor to additionally support a ExceptonRunnable.

F

FunctionalService<T,V> - Class in org.wildfly.clustering.service
 
FunctionalService(Consumer<V>, Function<T, V>, Supplier<T>) - Constructor for class org.wildfly.clustering.service.FunctionalService
 
FunctionalService(Consumer<V>, Function<T, V>, Supplier<T>, Consumer<T>) - Constructor for class org.wildfly.clustering.service.FunctionalService
 
FunctionalValueService<T,V> - Class in org.wildfly.clustering.service
Deprecated.
Replaced by FunctionalService.
FunctionalValueService(Function<T, V>, ExceptionFunction<StartContext, T, StartException>, BiConsumer<StopContext, T>) - Constructor for class org.wildfly.clustering.service.FunctionalValueService
Deprecated.
Constructs a new functional value service.
FunctionalVoidService - Class in org.wildfly.clustering.service
Deprecated.
Replaced by FunctionalService.
FunctionalVoidService(ExceptionConsumer<StartContext, StartException>, Consumer<StopContext>) - Constructor for class org.wildfly.clustering.service.FunctionalVoidService
Deprecated.
Create a new functional service.
FunctionSupplierDependency<T,R> - Class in org.wildfly.clustering.service
A SupplierDependency that applies a mapping to the source dependency value.
FunctionSupplierDependency(SupplierDependency<T>, Function<T, R>) - Constructor for class org.wildfly.clustering.service.FunctionSupplierDependency
 

G

get() - Method in class org.wildfly.clustering.service.concurrent.CachedThreadPoolExecutorServiceConfigurator
Deprecated.
 
get() - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
 
get() - Method in class org.wildfly.clustering.service.FunctionSupplierDependency
 
get() - Method in interface org.wildfly.clustering.service.PrivilegedActionSupplier
 
get() - Method in class org.wildfly.clustering.service.ServiceSupplier
Deprecated.
 
get() - Method in class org.wildfly.clustering.service.ServiceSupplierDependency
 
get() - Method in class org.wildfly.clustering.service.SimpleSupplierDependency
 
get() - Method in interface org.wildfly.clustering.service.ValueDependency
Deprecated.
 
getDefaultRequirement() - Method in interface org.wildfly.clustering.service.DefaultableBinaryRequirement
 
getDefaultRequirement() - Method in interface org.wildfly.clustering.service.DefaultableUnaryRequirement
 
getName() - Method in interface org.wildfly.clustering.service.Requirement
The base name of this requirement.
getOptionalValue() - Method in class org.wildfly.clustering.service.OptionalInjectedValue
Deprecated.
Returns the optional value, which is only defined if a value was injected.
getServiceName() - Method in class org.wildfly.clustering.service.AliasServiceBuilder
Deprecated.
 
getServiceName() - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
 
getServiceName(String) - Method in interface org.wildfly.clustering.service.GroupServiceNameFactory
Deprecated.
 
getServiceName() - Method in interface org.wildfly.clustering.service.ServiceNameProvider
Returns the associated service name
getServiceName(R) - Method in interface org.wildfly.clustering.service.ServiceNameRegistry
Returns the service name for the specified requirement
getServiceName() - Method in class org.wildfly.clustering.service.SimpleBuilder
Deprecated.
 
getServiceName() - Method in class org.wildfly.clustering.service.SimpleServiceNameProvider
 
getServiceName(String, String) - Method in interface org.wildfly.clustering.service.SubGroupServiceNameFactory
Deprecated.
 
getServiceName(String) - Method in interface org.wildfly.clustering.service.SubGroupServiceNameFactory
Deprecated.
 
getType() - Method in interface org.wildfly.clustering.service.DefaultableBinaryRequirement
 
getType() - Method in interface org.wildfly.clustering.service.DefaultableUnaryRequirement
 
getType() - Method in interface org.wildfly.clustering.service.Requirement
The value type of the service provided by this requirement.
getValue() - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
 
getValue() - Method in class org.wildfly.clustering.service.FunctionalValueService
Deprecated.
 
getValue() - Method in class org.wildfly.clustering.service.FunctionalVoidService
Deprecated.
 
getValue() - Method in class org.wildfly.clustering.service.ImmediateValueDependency
Deprecated.
 
getValue() - Method in class org.wildfly.clustering.service.InjectedValueDependency
Deprecated.
 
getValue() - Method in class org.wildfly.clustering.service.OptionalInjectedValue
Deprecated.
 
GroupServiceNameFactory - Interface in org.wildfly.clustering.service
Deprecated.

H

handleEvent(ServiceController<?>, LifecycleEvent) - Method in class org.wildfly.clustering.service.CascadeRemovalLifecycleListener
 
handleEvent(ServiceController<?>, LifecycleEvent) - Method in class org.wildfly.clustering.service.CountDownLifecycleListener
 
hashCode() - Method in class org.wildfly.clustering.service.SimpleServiceNameProvider
 

I

IdentityServiceConfigurator<T> - Class in org.wildfly.clustering.service
Configures a Service whose value is provided by another Service.
IdentityServiceConfigurator(ServiceName, ServiceName) - Constructor for class org.wildfly.clustering.service.IdentityServiceConfigurator
Constructs a new service configurator.
IdentityServiceConfigurator(ServiceName, ServiceName, ServiceController.Mode) - Constructor for class org.wildfly.clustering.service.IdentityServiceConfigurator
Constructs a new service configurator.
ImmediateValueDependency<V> - Class in org.wildfly.clustering.service
Deprecated.
ImmediateValueDependency(V) - Constructor for class org.wildfly.clustering.service.ImmediateValueDependency
Deprecated.
 
InjectedValueDependency<T> - Class in org.wildfly.clustering.service
Deprecated.
InjectedValueDependency(ServiceNameProvider, Class<T>) - Constructor for class org.wildfly.clustering.service.InjectedValueDependency
Deprecated.
 
InjectedValueDependency(ServiceName, Class<T>) - Constructor for class org.wildfly.clustering.service.InjectedValueDependency
Deprecated.
 
InjectorDependency<T> - Class in org.wildfly.clustering.service
Deprecated.
InjectorDependency(ServiceNameProvider, Class<T>, Injector<T>) - Constructor for class org.wildfly.clustering.service.InjectorDependency
Deprecated.
 
InjectorDependency(ServiceName, Class<T>, Injector<T>) - Constructor for class org.wildfly.clustering.service.InjectorDependency
Deprecated.
 

M

MappedValueService<T,V> - Class in org.wildfly.clustering.service
Deprecated.
Replaced by FunctionalService.
MappedValueService(Function<T, V>, Value<T>) - Constructor for class org.wildfly.clustering.service.MappedValueService
Deprecated.
Constructs a new mapped value service.

N

newThread(Runnable) - Method in class org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory
Deprecated.
 

O

OptionalInjectedValue<T> - Class in org.wildfly.clustering.service
Deprecated.
Replaced by a Supplier that can return null.
OptionalInjectedValue() - Constructor for class org.wildfly.clustering.service.OptionalInjectedValue
Deprecated.
 
org.wildfly.clustering.service - package org.wildfly.clustering.service
 
org.wildfly.clustering.service.concurrent - package org.wildfly.clustering.service.concurrent
 

P

PassiveServiceSupplier<T> - Class in org.wildfly.clustering.service
Deprecated.
PassiveServiceSupplier(ServiceRegistry, ServiceName) - Constructor for class org.wildfly.clustering.service.PassiveServiceSupplier
Deprecated.
 
PrivilegedActionSupplier<T> - Interface in org.wildfly.clustering.service
Privileged action exposed as a supplier.

R

register(ServiceBuilder<T>) - Method in class org.wildfly.clustering.service.CompositeDependency
 
register(ServiceBuilder<T>) - Method in interface org.wildfly.clustering.service.Dependency
 
register(ServiceBuilder<V>) - Method in class org.wildfly.clustering.service.FunctionSupplierDependency
 
register(ServiceBuilder<T>) - Method in class org.wildfly.clustering.service.ImmediateValueDependency
Deprecated.
 
register(ServiceBuilder<X>) - Method in class org.wildfly.clustering.service.InjectorDependency
Deprecated.
 
register(ServiceBuilder<T>) - Method in class org.wildfly.clustering.service.ServiceDependency
 
register(ServiceBuilder<T>) - Method in class org.wildfly.clustering.service.ServiceSupplierDependency
 
register(ServiceBuilder<T>) - Method in class org.wildfly.clustering.service.SimpleDependency
Deprecated.
 
register(ServiceBuilder<T>) - Method in class org.wildfly.clustering.service.SimpleSupplierDependency
 
RemoveOnCancelScheduledExecutorServiceBuilder - Class in org.wildfly.clustering.service.concurrent
RemoveOnCancelScheduledExecutorServiceBuilder(ServiceName, ThreadFactory) - Constructor for class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceBuilder
Deprecated.
 
RemoveOnCancelScheduledExecutorServiceConfigurator - Class in org.wildfly.clustering.service.concurrent
Deprecated.
RemoveOnCancelScheduledExecutorServiceConfigurator(ServiceName, ThreadFactory) - Constructor for class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
 
Requirement - Interface in org.wildfly.clustering.service
Identifies a requirement that provides a service.
resolve(String, String) - Method in interface org.wildfly.clustering.service.BinaryRequirement
 
resolve(String, String) - Method in interface org.wildfly.clustering.service.DefaultableBinaryRequirement
 
resolve(String) - Method in interface org.wildfly.clustering.service.DefaultableUnaryRequirement
 
resolve(String) - Method in interface org.wildfly.clustering.service.UnaryRequirement
 

S

ServiceConfigurator - Interface in org.wildfly.clustering.service
Configures the dependencies of a Service.
ServiceDependency - Class in org.wildfly.clustering.service
Encapsulates a Dependency on a Service.
ServiceDependency(ServiceName) - Constructor for class org.wildfly.clustering.service.ServiceDependency
 
ServiceDependency(ServiceNameProvider) - Constructor for class org.wildfly.clustering.service.ServiceDependency
 
ServiceExecutor - Interface in org.wildfly.clustering.service.concurrent
Allows safe invocation of tasks that require resources not available after ServiceExecutor.close(Runnable) to block a service from stopping.
ServiceNameProvider - Interface in org.wildfly.clustering.service
Provides a service name.
ServiceNameRegistry<R extends Requirement> - Interface in org.wildfly.clustering.service
Registry of services names for a set of requirements.
ServiceSupplier<T> - Class in org.wildfly.clustering.service
Deprecated.
ServiceSupplierDependency<V> - Class in org.wildfly.clustering.service
Encapsulates a Dependency on a Service that supplies a value.
ServiceSupplierDependency(ServiceName) - Constructor for class org.wildfly.clustering.service.ServiceSupplierDependency
 
ServiceSupplierDependency(ServiceNameProvider) - Constructor for class org.wildfly.clustering.service.ServiceSupplierDependency
 
setTimeout(Duration) - Method in class org.wildfly.clustering.service.ServiceSupplier
Deprecated.
 
SimpleBuilder<T> - Class in org.wildfly.clustering.service
Deprecated.
SimpleBuilder(ServiceName, T) - Constructor for class org.wildfly.clustering.service.SimpleBuilder
Deprecated.
 
SimpleBuilder(ServiceName, Value<T>) - Constructor for class org.wildfly.clustering.service.SimpleBuilder
Deprecated.
 
SimpleBuilder(ServiceName, Service<T>) - Constructor for class org.wildfly.clustering.service.SimpleBuilder
Deprecated.
 
SimpleDependency - Class in org.wildfly.clustering.service
Deprecated.
Replaced by ServiceDependency.
SimpleDependency(ServiceName) - Constructor for class org.wildfly.clustering.service.SimpleDependency
Deprecated.
 
SimpleServiceConfigurator<T> - Class in org.wildfly.clustering.service
Configures a simple Service that provides a static value.
SimpleServiceConfigurator(ServiceName, T) - Constructor for class org.wildfly.clustering.service.SimpleServiceConfigurator
 
SimpleServiceNameProvider - Class in org.wildfly.clustering.service
ServiceNameProvider using a pre-defined ServiceName
SimpleServiceNameProvider(ServiceName) - Constructor for class org.wildfly.clustering.service.SimpleServiceNameProvider
 
SimpleSupplierDependency<V> - Class in org.wildfly.clustering.service
A Dependency that supplies a static value
SimpleSupplierDependency(V) - Constructor for class org.wildfly.clustering.service.SimpleSupplierDependency
 
size(int) - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceBuilder
Deprecated.
 
size(int) - Method in class org.wildfly.clustering.service.concurrent.RemoveOnCancelScheduledExecutorServiceConfigurator
Deprecated.
 
StampedLockServiceExecutor - Class in org.wildfly.clustering.service.concurrent
ServiceExecutor implemented via a StampedLock.
StampedLockServiceExecutor() - Constructor for class org.wildfly.clustering.service.concurrent.StampedLockServiceExecutor
 
start(StartContext) - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
 
start(StartContext) - Method in class org.wildfly.clustering.service.ChildTargetService
 
start(StartContext) - Method in class org.wildfly.clustering.service.FunctionalService
 
start(StartContext) - Method in class org.wildfly.clustering.service.FunctionalValueService
Deprecated.
 
start(StartContext) - Method in class org.wildfly.clustering.service.FunctionalVoidService
Deprecated.
 
startSynchronously() - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
Indicates that this service should *not* be started asynchronously.
startSynchronously() - Method in class org.wildfly.clustering.service.AsyncServiceConfigurator
Indicates that this service should *not* be started asynchronously.
stop(StopContext) - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
 
stop(StopContext) - Method in class org.wildfly.clustering.service.ChildTargetService
 
stop(StopContext) - Method in class org.wildfly.clustering.service.FunctionalService
 
stop(StopContext) - Method in class org.wildfly.clustering.service.FunctionalValueService
Deprecated.
 
stop(StopContext) - Method in class org.wildfly.clustering.service.FunctionalVoidService
Deprecated.
 
stopSynchronously() - Method in class org.wildfly.clustering.service.AsynchronousServiceBuilder
Deprecated.
Indicates that this service should *not* be stopped asynchronously.
stopSynchronously() - Method in class org.wildfly.clustering.service.AsyncServiceConfigurator
Indicates that this service should *not* be stopped asynchronously.
SubGroupServiceNameFactory - Interface in org.wildfly.clustering.service
Deprecated.
SuppliedValueService<T,V> - Class in org.wildfly.clustering.service
Deprecated.
Replaced by FunctionalService.
SuppliedValueService(Function<T, V>, Supplier<T>, Consumer<T>) - Constructor for class org.wildfly.clustering.service.SuppliedValueService
Deprecated.
Constructs a new supplied value service.
SupplierDependency<T> - Interface in org.wildfly.clustering.service
Encapsulates logic for registering a service dependency that supplies a value.

T

toString() - Method in class org.wildfly.clustering.service.SimpleServiceNameProvider
 

U

UnaryRequirement - Interface in org.wildfly.clustering.service
Identifies a requirement that provides a service.

V

ValueDependency<T> - Interface in org.wildfly.clustering.service
Deprecated.
Replaced by SupplierDependency.
A B C D E F G H I M N O P R S T U V 
Skip navigation links
WildFly: Clustering services 19.0.0.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.