org.hibernate.service.spi
Interface Stoppable

All Known Implementing Classes:
C3P0ConnectionProvider, DatasourceConnectionProviderImpl, DriverManagerConnectionProviderImpl, InjectedDataSourceConnectionProvider, JmxServiceImpl

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-2012 Red Hat, Inc. All Rights Reserved.