com.atlassian.crowd.console.listener
Class StartupListener

java.lang.Object
  extended by 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.


Constructor Summary
StartupListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
           
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupListener

public StartupListener()
Method Detail

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


Copyright © 2012 Atlassian. All Rights Reserved.