Package org.jboss.weld.bootstrap.api
Interface BootstrapService
- All Superinterfaces:
Service
- All Known Subinterfaces:
ClassFileServices
- All Known Implementing Classes:
AbstractBootstrapService
Marks a
Service that needs to clean up its state once bootstrap is finished.- Author:
- Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled by Weld once it finishes initialization and before it starts serving requests.
-
Method Details
-
cleanupAfterBoot
void cleanupAfterBoot()Called by Weld once it finishes initialization and before it starts serving requests. This method is not guaranteed to be called by Weld if the deployment fails with an error.
-