Class AbstractBootstrapService
java.lang.Object
org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService
- All Implemented Interfaces:
BootstrapService,Service
Defines
cleanup() implementation as a simple delegation to BootstrapService.cleanupAfterBoot()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.bootstrap.api.BootstrapService
cleanupAfterBoot
-
Constructor Details
-
AbstractBootstrapService
public AbstractBootstrapService()
-
-
Method Details