Interface | Description |
---|---|
Executor |
Extends
Executor to additionally support a ExceptonRunnable . |
ServiceExecutor |
Allows safe invocation of tasks that require resources not available after
ServiceExecutor.close(Runnable) to block a service from stopping. |
Class | Description |
---|---|
CachedThreadPoolExecutorServiceBuilder | Deprecated
Replaced by
CachedThreadPoolExecutorServiceConfigurator . |
CachedThreadPoolExecutorServiceConfigurator | Deprecated |
ClassLoaderThreadFactory | Deprecated
Use
org.jboss.as.clustering.context.DefaultThreadFactory instead. |
RemoveOnCancelScheduledExecutorServiceBuilder | Deprecated
Replaced by
RemoveOnCancelScheduledExecutorServiceConfigurator . |
RemoveOnCancelScheduledExecutorServiceConfigurator | Deprecated |
StampedLockServiceExecutor |
ServiceExecutor implemented via a StampedLock . |
Copyright © 2020 JBoss by Red Hat. All rights reserved.