Class StartupListener

java.lang.Object
com.atlassian.crowd.console.listener.StartupListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class StartupListener extends Object implements javax.servlet.ServletContextListener
Performs upgrades to Crowd based on the build in the database and the build number for the current version of Crowd. If startup is successful, notifies listeners that Crowd is up and running.
  • Field Details

  • Constructor Details

    • StartupListener

      public StartupListener()
  • Method Details

    • contextInitialized

      public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextInitialized in interface javax.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextDestroyed in interface javax.servlet.ServletContextListener