Package com.atlassian.bamboo.beehive
Class BootstrapPhaseHolderForRawDaos
java.lang.Object
com.atlassian.bamboo.beehive.BootstrapPhaseHolderForRawDaos
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class BootstrapPhaseHolderForRawDaos
extends Object
implements javax.servlet.ServletContextListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(javax.servlet.ServletContextEvent sce) void
contextInitialized
(javax.servlet.ServletContextEvent sce) static boolean
void
testMode()
-
Field Details
-
bambooConnectionTemplateBeanName
-
postBoostrap
-
-
Constructor Details
-
BootstrapPhaseHolderForRawDaos
public BootstrapPhaseHolderForRawDaos()
-
-
Method Details
-
isPostBootstrap
public static boolean isPostBootstrap() -
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce) - Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce) - Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-
testMode
public void testMode()
-