Package org.hibernate.service.spi
Interface Stoppable
-
- All Known Subinterfaces:
BeanContainer,ClassLoaderService,RegionFactory,RegionFactory
- All Known Implementing Classes:
AbstractCdiBeanContainer,AbstractRegionFactory,DataSourceBasedMultiTenantConnectionProviderImpl,RegionFactoryTemplate
public interface StoppableLifecycle contract for services which wish to be notified when it is time to stop.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstop()Stop phase notification
-