Package de.hybris.platform.task.impl
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 Summary
ConstructorsConstructorDescriptionDBConnectionsInUseStatsticsChart(String name, String unit, StatisticsService statisticsService) Since this chart is tenant aware and created in the tenant context we must pass the globalStatisticsServiceto let it register itself! -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.stats.chart_impl.DefaultStatisticsChart
addAggregatedCollector, addLine, addLinetoView, addView, containsLine, getAggregatedCollector, getAggregatedLines, getAllAggregatedCollectors, getAllLines, getBasicLines, getLine, getLineCount, getName, getUnit, getViewLines, removeLine, setAggregatedLines, setBasicLines, setViews
-
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 globalStatisticsServiceto let it register itself!
-
-
Method Details
-
getLabel
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-