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 ServiceMarks a Service which is used by Weld to interact with it's environment- Author:
- Pete Muir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup()Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
-