public class WeldStartCompletionService extends Object implements org.jboss.msc.service.Service<WeldStartCompletionService>
Bootstrap.endInitialization(), i.e. places the container into a state where it can service requests. It is started 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(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<WeldBootstrapService> |
getBootstrap() |
WeldStartCompletionService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public WeldStartCompletionService(ClassLoader classLoader)
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.Servicepublic WeldStartCompletionService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<WeldStartCompletionService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<WeldBootstrapService> getBootstrap()
Copyright © 2018 JBoss by Red Hat. All rights reserved.