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
-
-
Constructor Summary
Constructors Constructor Description AbstractBootstrapService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()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, wait
-
Methods inherited from interface org.jboss.weld.bootstrap.api.BootstrapService
cleanupAfterBoot
-
-