Package org.jboss.weld.bootstrap.api
Interface Service
- All Known Subinterfaces:
BootstrapService,ClassFileServices,ContextualStore,EEModuleDescriptor,EjbInjectionServices,EjbServices,ExecutorServices,ExternalConfiguration,HttpContextActivationFilter,InjectionServices,JaxwsInjectionServices,JpaInjectionServices,ProxyServices,ResourceInjectionServices,ResourceLoader,SecurityServices,TransactionServices
- All Known Implementing Classes:
AbstractBootstrapService,AbstractResourceServices,AcceptingHttpContextActivationFilter,EEModuleDescriptorImpl,ForwardingEjbServices,ForwardingJpaInjectionServices,ForwardingResourceInjectionServices,ForwardingResourceLoader,RegexHttpContextActivationFilter
public interface Service
Marks a Service which is used by Weld to interact with it's environment
- Author:
- Pete Muir
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
-
Method Details
-
cleanup
void cleanup()Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
-