Class DBKeepAliveTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class DBKeepAliveTask
    extends net.playeranalytics.plugin.scheduling.PluginRunnable
    The task which handles the upkeep of the Connection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class net.playeranalytics.plugin.scheduling.PluginRunnable

        cancel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DBKeepAliveTask

        public DBKeepAliveTask​(java.sql.Connection connection,
                               DBKeepAliveTask.Reconnector reconnector,
                               net.playeranalytics.plugin.server.PluginLogger logger,
                               ErrorLogger errorLogger)
    • Method Detail

      • run

        public void run()