WildFly: Weld Subsystem 22.0.1.Final
- java.lang.Object
-
- org.jboss.weld.executor.AbstractExecutorServices
-
- org.jboss.as.weld.services.bootstrap.WeldExecutorServices
-
- All Implemented Interfaces:
- org.jboss.weld.bootstrap.api.Service, org.jboss.weld.manager.api.ExecutorServices
public class WeldExecutorServices
extends org.jboss.weld.executor.AbstractExecutorServices
implements org.jboss.msc.Service
Weld's ExecutorServices implementation. The executor is shared across all CDI-enabled deployments and used primarily for parallel Weld bootstrap.
- Author:
- Jozef Hartinger, Richard Opalka
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.weld.manager.api.ExecutorServices
org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T>
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static int |
DEFAULT_BOUND |
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
-
Fields inherited from interface org.jboss.msc.Service
NULL
-
Method Summary
-
Methods inherited from class org.jboss.weld.executor.AbstractExecutorServices
checkForExceptions, getTimerExecutor, invokeAllAndCheckForExceptions, invokeAllAndCheckForExceptions, shutdown, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.msc.Service
newInstance
-
-
Method Detail
-
cleanup
public void cleanup()
- Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service
- Overrides:
cleanup in class org.jboss.weld.executor.AbstractExecutorServices
WildFly: Weld Subsystem 22.0.1.Final
Copyright © 2021 JBoss by Red Hat. All rights reserved.