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
Constructors Constructor Description DBConnectionsInUseStatsticsChart(java.lang.String name, java.lang.String unit, StatisticsService statisticsService)
Since this chart is tenant aware and created in the tenant context we must pass the globalStatisticsService
to let it register itself!
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
protected java.lang.String
getLabel(HybrisDataSource ds)
-
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 Detail
-
DBConnectionsInUseStatsticsChart
public DBConnectionsInUseStatsticsChart(java.lang.String name, java.lang.String unit, StatisticsService statisticsService)
Since this chart is tenant aware and created in the tenant context we must pass the globalStatisticsService
to let it register itself!
-
-
Method Detail
-
getLabel
protected java.lang.String getLabel(HybrisDataSource ds)
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
-
-