Interface DataSourceDestroyer

All Known Implementing Classes:
DefaultDataSourceDestroyer

public interface DataSourceDestroyer
Used to destroy sources
  • Method Details

    • asyncDestroy

      void asyncDestroy(String name, DataSource dataSource)
    • destroy

      void destroy(String name, DataSource realDataSource)
      Immediately destroy the data source
      Parameters:
      realDataSource - wait destroy data source