Class ThrottleGroupsFactory.ThrottlerShutdown

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doCleanup​(IThreadContext threadContext)
      Do the requisite cleanup.
      protected void finalize()
      Finalizer, which is designed to catch class unloading that tomcat 5.5 does.
      • Methods inherited from class java.lang.Object

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

      • ThrottlerShutdown

        public ThrottlerShutdown()
    • Method Detail

      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Finalizer, which is designed to catch class unloading that tomcat 5.5 does.
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable