org.camunda.bpm.container.impl.tomcat
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 bpm platform.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processEngine
protected ProcessEngine processEngine
containerDelegate
protected RuntimeContainerDelegateImpl containerDelegate
TomcatBpmPlatformBootstrap
public TomcatBpmPlatformBootstrap()
lifecycleEvent
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
- Specified by:
lifecycleEvent in interface org.apache.catalina.LifecycleListener
deployBpmPlatform
protected void deployBpmPlatform(org.apache.catalina.LifecycleEvent event)
undeployBpmPlatform
protected void undeployBpmPlatform(org.apache.catalina.LifecycleEvent event)
Copyright © 2017 camunda services GmbH. All rights reserved.