Class NonMgmtPostStartup

  • All Implemented Interfaces:
    Runnable

    public class NonMgmtPostStartup
    extends Object
    implements Runnable
    This pings the mgmt web app to let it know that we have started up.
    Author:
    mshankar
    • Constructor Detail

      • NonMgmtPostStartup

        public NonMgmtPostStartup​(ConfigService configService,
                                  String warFile)
    • Method Detail

      • run

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

        public void setCancellingFuture​(ScheduledFuture<?> cancellingFuture)