Package org.jboss.as.weld
Class WeldStartCompletionService
java.lang.Object
org.jboss.as.weld.WeldStartCompletionService
- All Implemented Interfaces:
org.jboss.msc.Service
This service calls
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.- Author:
- Martin Kouba, Matej Novotny, Richard Opalka
- See Also:
-
Field Summary
FieldsFields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionWeldStartCompletionService(Supplier<WeldBootstrapService> bootstrapSupplier, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader) -
Method Summary
-
Field Details
-
SERVICE_NAME
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
-
-
Constructor Details
-
WeldStartCompletionService
public WeldStartCompletionService(Supplier<WeldBootstrapService> bootstrapSupplier, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) - Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-