Package org.hibernate.service.spi
Interface Stoppable
-
- All Known Subinterfaces:
BeanContainer
,ClassLoaderService
,RegionFactory
,RegionFactory
- All Known Implementing Classes:
AbstractCdiBeanContainer
,AbstractRegionFactory
,CachingRegionFactory
,org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
,ClassLoaderServiceTestingImpl
,ConnectionProviderDelegate
,DataSourceBasedMultiTenantConnectionProviderImpl
,org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
,ExtraJavaServicesClassLoaderService
,JtaAwareConnectionProviderImpl
,OsgiClassLoader
,OSGiClassLoaderServiceImpl
,OsgiServiceUtil
,RegionFactoryTemplate
,SharedDriverManagerConnectionProviderImpl
,SQLServerSnapshotIsolationConnectionProvider
public interface Stoppable
Lifecycle 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 void
stop()
Stop phase notification
-