Class DBConnectionsInUseStatsticsChart

  • All Implemented Interfaces:
    StatisticsChart, org.springframework.beans.factory.InitializingBean

    public class DBConnectionsInUseStatsticsChart
    extends DefaultStatisticsChart
    implements org.springframework.beans.factory.InitializingBean
    • 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 global StatisticsService to let it register itself!
    • Method Detail

      • afterPropertiesSet

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