Class AbstractBootstrapService

java.lang.Object
org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService
All Implemented Interfaces:
BootstrapService, Service

public abstract class AbstractBootstrapService extends Object implements BootstrapService
Defines cleanup() implementation as a simple delegation to BootstrapService.cleanupAfterBoot()
  • Constructor Details

    • AbstractBootstrapService

      public AbstractBootstrapService()
  • Method Details

    • cleanup

      public void cleanup()
      Description copied from interface: Service
      Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
      Specified by:
      cleanup in interface Service