JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.weld.bootstrap.api
Interface Service
All Known Subinterfaces:
AnnotationDiscovery
,
BootstrapConfiguration
,
BootstrapService
,
ClassFileServices
,
ContextualStore
,
EjbInjectionServices
,
EjbServices
,
ExecutorServices
,
ExtendedAnnotationDiscovery
,
ExternalConfiguration
,
HttpContextActivationFilter
,
InjectionServices
,
JaxwsInjectionServices
,
JpaInjectionServices
,
ProxyServices
,
ResourceInjectionServices
,
ResourceLoader
,
ScheduledExecutorServiceFactory
,
SecurityServices
,
TransactionServices
,
ValidationServices
All Known Implementing Classes:
AbstractBootstrapService
,
AbstractResourceServices
,
AcceptingHttpContextActivationFilter
,
FileBasedBootstrapConfiguration
,
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
cleanup
()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
Method Detail
cleanup
void cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2008-2015. All Rights Reserved.