Class WeldStartCompletionService

java.lang.Object
org.jboss.as.weld.WeldStartCompletionService
All Implemented Interfaces:
org.jboss.msc.Service

public class WeldStartCompletionService extends Object implements 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 Details

    • SERVICE_NAME

      public static final org.jboss.msc.service.ServiceName SERVICE_NAME
  • Constructor Details

  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext context)
      Specified by:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service