Interface MCRStartupHandler.AutoExecutable

All Known Implementing Classes:
MCRAutoDeploy, MCRConfigurationDirSetup, MCRCronStarter, MCRFileSystemPromoter, MCRIView2TilingThreadStarter, MCRJobQueueInitializer, MCRJPABootstrapper, MCRJWTUtil, MCRMODSEmbargoCronjob, MCRPIConfigurationChecker, MCRPICronJob, MCRSwordMultiPartServletDeployer, MCRUploadServletDeployer, MCRURNGranularRESTRegistrationStarter, MCRWebPagesSynchronizer
Enclosing class:
MCRStartupHandler

public static interface MCRStartupHandler.AutoExecutable
  • Method Details

    • getName

      String getName()
      returns a name to display on start-up.
    • getPriority

      int getPriority()
      If order is important returns as 'heigher' priority.
    • startUp

      void startUp(jakarta.servlet.ServletContext servletContext)
      This method get executed by MCRStartupHandler.startUp(ServletContext)