Class DBConnectionsInUseStatsticsChart

java.lang.Object
de.hybris.platform.servicelayer.stats.chart_impl.DefaultStatisticsChart
de.hybris.platform.task.impl.DBConnectionsInUseStatsticsChart
All Implemented Interfaces:
StatisticsChart, org.springframework.beans.factory.InitializingBean

public class DBConnectionsInUseStatsticsChart extends DefaultStatisticsChart implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • DBConnectionsInUseStatsticsChart

      public DBConnectionsInUseStatsticsChart(String name, String unit, StatisticsService statisticsService)
      Since this chart is tenant aware and created in the tenant context we must pass the global StatisticsService to let it register itself!
  • Method Details

    • getLabel

      protected String getLabel(HybrisDataSource ds)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception