org.camunda.bpm.container.impl.tomcat
Class TomcatBpmPlatformBootstrap

java.lang.Object
  extended by 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

Field Summary
protected  RuntimeContainerDelegateImpl containerDelegate
           
protected  ProcessEngine processEngine
           
 
Constructor Summary
TomcatBpmPlatformBootstrap()
           
 
Method Summary
protected  void deployBpmPlatform(org.apache.catalina.LifecycleEvent event)
           
 void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
           
protected  void undeployBpmPlatform(org.apache.catalina.LifecycleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngine

protected ProcessEngine processEngine

containerDelegate

protected RuntimeContainerDelegateImpl containerDelegate
Constructor Detail

TomcatBpmPlatformBootstrap

public TomcatBpmPlatformBootstrap()
Method Detail

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 © 2016 camunda services GmbH. All rights reserved.