Class MgmtPostStartup

java.lang.Object
org.epics.archiverappliance.mgmt.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 Details

    • MgmtPostStartup

      public MgmtPostStartup(ConfigService configService)
  • Method Details

    • run

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

      public void setCancellingFuture(ScheduledFuture<?> cancellingFuture)