Package org.camunda.bpm.application.impl
package org.camunda.bpm.application.impl
-
ClassDescriptionThis base class provides a template method to handle servlet applications annotated with the
ProcessApplication
.Common base class for writing EJB process applications.A reference to an EJB process application.An embedded process application is a ProcessApplication that uses an embedded process engine.The process engine holds a strong reference to the embedded process application.Common base class for writing Jakarta Enterprise Bean process applications.A reference to an EJB process application.AAbstractProcessApplication
Implementation to be used in a Servlet container environment.This class is an implementation ofServletContainerInitializer
and is notified whenever a subclass ofServletProcessApplication
annotated with theProcessApplication
annotation is deployed.AProcessApplicationReference
implementation usingWeakReference
.AAbstractProcessApplication
Implementation to be used in a Servlet container environment.This class is an implementation ofServletContainerInitializer
and is notified whenever a subclass ofServletProcessApplication
annotated with theProcessApplication
annotation is deployed.