Class TomcatBpmPlatformBootstrap
- java.lang.Object
-
- org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
-
- All Implemented Interfaces:
org.apache.catalina.LifecycleListener
public class TomcatBpmPlatformBootstrap extends Object implements org.apache.catalina.LifecycleListener
Apache Tomcat server listener responsible for deploying the Camunda Platform.
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected RuntimeContainerDelegateImpl
containerDelegate
protected ProcessEngine
processEngine
-
Constructor Summary
Constructors Constructor Description TomcatBpmPlatformBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
deployBpmPlatform(org.apache.catalina.LifecycleEvent event)
void
lifecycleEvent(org.apache.catalina.LifecycleEvent event)
protected void
undeployBpmPlatform(org.apache.catalina.LifecycleEvent event)
-
-
-
Field Detail
-
processEngine
protected ProcessEngine processEngine
-
containerDelegate
protected RuntimeContainerDelegateImpl containerDelegate
-
-
Method Detail
-
lifecycleEvent
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
- Specified by:
lifecycleEvent
in interfaceorg.apache.catalina.LifecycleListener
-
deployBpmPlatform
protected void deployBpmPlatform(org.apache.catalina.LifecycleEvent event)
-
undeployBpmPlatform
protected void undeployBpmPlatform(org.apache.catalina.LifecycleEvent event)
-
-