org.jboss.weld.bootstrap.api
Interface Service

All Known Subinterfaces:
ContextualStore, EjbInjectionServices, EjbServices, ExecutorServices, InjectionServices, JpaInjectionServices, ProxyServices, ResourceInjectionServices, ResourceLoader, ScheduledExecutorServiceFactory, SecurityServices, TransactionServices, ValidationServices
All Known Implementing Classes:
AbstractResourceServices, ForwardingEjbServices, ForwardingJpaInjectionServices, ForwardingResourceInjectionServices, ForwardingResourceLoader

public interface Service

Marks a Service which is used by Weld to interact with it's environment

Author:
Pete Muir

Method Summary
 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.



Copyright © 2013 Seam Framework. All Rights Reserved.