Class ServerHangWatchdog

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ServerHangWatchdog
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void exit()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
      • maxTickTime

        private final long maxTickTime
    • Constructor Detail

      • ServerHangWatchdog

        public ServerHangWatchdog​(DedicatedServer p_i46310_1_)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • exit

        private void exit()