Package com.atlassian.bamboo.beehive
Class BootstrapPhaseHolderForRawDaos
java.lang.Object
com.atlassian.bamboo.beehive.BootstrapPhaseHolderForRawDaos
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class BootstrapPhaseHolderForRawDaos
extends Object
implements jakarta.servlet.ServletContextListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent sce) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce) static booleanvoidtestMode()
-
Field Details
-
bambooConnectionTemplateBeanName
-
postBoostrap
-
-
Constructor Details
-
BootstrapPhaseHolderForRawDaos
public BootstrapPhaseHolderForRawDaos()
-
-
Method Details
-
isPostBootstrap
public static boolean isPostBootstrap() -
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
testMode
public void testMode()
-