org.hibernate.service.spi
Interface Stoppable

All Known Subinterfaces:
ClassLoaderService
All Known Implementing Classes:
C3P0ConnectionProvider, ClassLoaderServiceImpl, DataSourceBasedMultiTenantConnectionProviderImpl, DatasourceConnectionProviderImpl, DriverManagerConnectionProviderImpl, InjectedDataSourceConnectionProvider, JmxServiceImpl, JtaAwareConnectionProviderImpl, ProxoolConnectionProvider

public interface Stoppable

Lifecycle contract for services which wish to be notified when it is time to stop.


Method Summary
 void stop()
          Stop phase notification
 

Method Detail

stop

void stop()
Stop phase notification



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.