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,
List<org.jboss.as.server.deployment.SetupAction> setupActions,
ClassLoader classLoader) |
| 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, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader)
Copyright © 2021 JBoss by Red Hat. All rights reserved.