Class MgmtPostStartup

  • All Implemented Interfaces:
    Runnable

    public class MgmtPostStartup
    extends Object
    implements Runnable
    Make sure all the other web apps have started and if so, send them their post startup messages...
    Author:
    mshankar
    • Constructor Detail

      • MgmtPostStartup

        public MgmtPostStartup​(ConfigService configService)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • setCancellingFuture

        public void setCancellingFuture​(ScheduledFuture<?> cancellingFuture)