JavaScript is disabled on your browser.
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
,
HttpContextActivationFilter
,
InjectionServices
,
InstantiatorFactory
,
JaxwsInjectionServices
,
JpaInjectionServices
,
ProxyServices
,
ReflectionCache
,
ResourceInjectionServices
,
ResourceLoader
,
ScheduledExecutorServiceFactory
,
SecurityServices
,
SlimAnnotatedTypeStore
,
TransactionServices
,
ValidationServices
All Known Implementing Classes:
AbstractBootstrapService
,
AbstractClassLoaderResourceLoader
,
AbstractExecutorServices
,
AbstractInstantiatorFactory
,
AbstractResourceServices
,
AcceptingHttpContextActivationFilter
,
AnnotationApiAbstraction
,
BeanIdentifierIndex
,
BeanManagerLookupService
,
ClassLoaderResourceLoader
,
ClassTransformer
,
ConcurrentValidator
,
ContainerLifecycleEvents
,
ContextualStoreImpl
,
CurrentEventMetadata
,
CurrentInjectionPoint
,
DefaultInstantiatorFactory
,
DefaultReflectionCache
,
DefaultResourceLoader
,
EJBApiAbstraction
,
EjbDescriptors
,
FastProcessAnnotatedTypeResolver
,
FileBasedBootstrapConfiguration
,
FixedThreadPoolExecutorServices
,
ForwardingEjbServices
,
ForwardingJpaInjectionServices
,
ForwardingResourceInjectionServices
,
ForwardingResourceLoader
,
GlobalEnablementBuilder
,
GlobalObserverNotifierService
,
HotspotReflectionCache
,
HttpContextLifecycle
,
InjectionTargetService
,
InterceptorsApiAbstraction
,
JsfApiAbstraction
,
JtaApiAbstraction
,
LoaderInstantiatorFactory
,
MemberTransformer
,
MetaAnnotationStore
,
MissingDependenciesRegistry
,
PersistenceApiAbstraction
,
ProfilingExecutorServices
,
RegexHttpContextActivationFilter
,
RequiredAnnotationDiscovery
,
ServletApiAbstraction
,
ServletContextService
,
ServletResourceInjectionServices
,
SharedObjectCache
,
SimpleProxyServices
,
SingleThreadExecutorServices
,
SingleThreadScheduledExecutorServiceFactory
,
SlimAnnotatedTypeStoreImpl
,
SLSBInvocationInjectionPoint
,
SpecializationAndEnablementRegistry
,
ThreadLocalStackService
,
TimingOutFixedThreadPoolExecutorServices
,
TypeStore
,
Validator
,
WeldClassLoaderResourceLoader
,
WSApiAbstraction
public interface
Service
Marks a Service which is used by Weld to interact with it's environment
Author:
Pete Muir
Method Summary
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.
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 © 2014. All Rights Reserved.