Class DefaultEjbProcessApplication
- java.lang.Object
-
- org.camunda.bpm.application.AbstractProcessApplication
-
- org.camunda.bpm.application.impl.AbstractEjbProcessApplication
-
- org.camunda.bpm.application.impl.JakartaEjbProcessApplication
-
- org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
-
- All Implemented Interfaces:
org.camunda.bpm.application.ProcessApplicationInterface
public class DefaultEjbProcessApplication extends org.camunda.bpm.application.impl.JakartaEjbProcessApplication- Author:
- Daniel Meyer, Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>properties
-
Constructor Summary
Constructors Constructor Description DefaultEjbProcessApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getProperties()voidstart()voidstop()-
Methods inherited from class org.camunda.bpm.application.impl.JakartaEjbProcessApplication
ensureEjbProcessApplicationReferenceInitialized, getEjbProcessApplicationReference, lookupSelfReference
-
Methods inherited from class org.camunda.bpm.application.impl.AbstractEjbProcessApplication
autodetectProcessApplicationName, ensureInitialized, execute, getBusinessInterface, getReference, lookupEeApplicationName
-
Methods inherited from class org.camunda.bpm.application.AbstractProcessApplication
createDeployment, deploy, execute, getBeanElResolver, getDefaultDeployToEngineName, getElResolver, getEnvironmentScripts, getExecutionListener, getName, getProcessApplicationClassloader, getProcessApplicationScriptEnvironment, getRawObject, getScriptEngineForName, getTaskListener, getVariableSerializers, initProcessApplicationElResolver, setDefaultDeployToEngineName, setVariableSerializers, undeploy
-
-