JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hibernate JavaDocs
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.hibernate.service.spi
Interface Stoppable
All Known Subinterfaces:
ClassLoaderService
All Known Implementing Classes:
C3P0ConnectionProvider
,
ClassLoaderServiceImpl
,
DataSourceBasedMultiTenantConnectionProviderImpl
,
DatasourceConnectionProviderImpl
,
DriverManagerConnectionProviderImpl
,
HikariCPConnectionProvider
,
JmxServiceImpl
,
JtaAwareConnectionProviderImpl
,
OsgiClassLoader
,
OSGiClassLoaderServiceImpl
,
OsgiServiceUtil
,
ProxoolConnectionProvider
public interface
Stoppable
Lifecycle contract for services which wish to be notified when it is time to stop.
Author:
Steve Ebersole
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
stop
()
Stop phase notification
Method Detail
stop
void stop()
Stop phase notification
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hibernate JavaDocs
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.