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
Fields Modifier and Type Field Description static String
bambooConnectionTemplateBeanName
static AtomicBoolean
postBoostrap
-
Constructor Summary
Constructors Constructor Description BootstrapPhaseHolderForRawDaos()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextDestroyed(javax.servlet.ServletContextEvent sce)
void
contextInitialized(javax.servlet.ServletContextEvent sce)
static boolean
isPostBootstrap()
void
testMode()
-
-
-
Field Detail
-
bambooConnectionTemplateBeanName
public static String bambooConnectionTemplateBeanName
-
postBoostrap
public static final AtomicBoolean postBoostrap
-
-
Method Detail
-
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()
-
-