public class WeldStartCompletionService extends Object implements org.jboss.msc.Service
Bootstrap.endInitialization(), i.e. places the container into a state where it can service
requests.
Its start is delayed after all EE components are installed which allows Weld to perform efficient cleanup and further
optimizations after bootstrap.WeldStartService| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
WeldStartCompletionService(Supplier<WeldBootstrapService> bootstrapSupplier,
Supplier<ExecutorService> executorServiceSupplier,
List<org.jboss.as.server.deployment.SetupAction> setupActions,
ClassLoader classLoader,
List<org.jboss.msc.service.ServiceController> serviceControllers) |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public WeldStartCompletionService(Supplier<WeldBootstrapService> bootstrapSupplier, Supplier<ExecutorService> executorServiceSupplier, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader, List<org.jboss.msc.service.ServiceController> serviceControllers)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.ServiceCopyright © 2020 JBoss by Red Hat. All rights reserved.