Class TomcatBpmPlatformBootstrap
- java.lang.Object
- 
- org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
- 
- All Implemented Interfaces:
- org.apache.catalina.LifecycleListener
 
 public class TomcatBpmPlatformBootstrap extends java.lang.Object implements org.apache.catalina.LifecycleListenerApache Tomcat server listener responsible for deploying the Camunda Platform. - Author:
- Daniel Meyer
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected RuntimeContainerDelegateImplcontainerDelegateprotected ProcessEngineprocessEngine
 - 
Constructor SummaryConstructors Constructor Description TomcatBpmPlatformBootstrap()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeployBpmPlatform(org.apache.catalina.LifecycleEvent event)voidlifecycleEvent(org.apache.catalina.LifecycleEvent event)protected voidundeployBpmPlatform(org.apache.catalina.LifecycleEvent event)
 
- 
- 
- 
Field Detail- 
processEngineprotected ProcessEngine processEngine 
 - 
containerDelegateprotected RuntimeContainerDelegateImpl containerDelegate 
 
- 
 - 
Method Detail- 
lifecycleEventpublic void lifecycleEvent(org.apache.catalina.LifecycleEvent event) - Specified by:
- lifecycleEventin interface- org.apache.catalina.LifecycleListener
 
 - 
deployBpmPlatformprotected void deployBpmPlatform(org.apache.catalina.LifecycleEvent event) 
 - 
undeployBpmPlatformprotected void undeployBpmPlatform(org.apache.catalina.LifecycleEvent event) 
 
- 
 
-