Class DefaultEjbProcessApplication
java.lang.Object
org.camunda.bpm.application.AbstractProcessApplication
org.camunda.bpm.application.impl.AbstractEjbProcessApplication
org.camunda.bpm.application.impl.EjbProcessApplication
org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
- All Implemented Interfaces:
 ProcessApplicationInterface
- Author:
 - Daniel Meyer, Roman Smirnov
 
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.application.impl.AbstractEjbProcessApplication
EJB_CONTEXT_PATH, JAVA_APP_APP_NAME_PATH, MODULE_NAME_PATH, selfReferenceFields inherited from class org.camunda.bpm.application.AbstractProcessApplication
defaultDeployToEngineName, isDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment, variableSerializers - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.camunda.bpm.application.impl.EjbProcessApplication
ensureEjbProcessApplicationReferenceInitialized, getEjbProcessApplicationReference, lookupSelfReferenceMethods inherited from class org.camunda.bpm.application.impl.AbstractEjbProcessApplication
autodetectProcessApplicationName, ensureInitialized, execute, getBusinessInterface, getReference, lookupEeApplicationNameMethods 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 
- 
Field Details
- 
properties
 
 - 
 - 
Constructor Details
- 
DefaultEjbProcessApplication
public DefaultEjbProcessApplication() 
 - 
 - 
Method Details
- 
start
@PostConstruct public void start() - 
stop
@PreDestroy public void stop() - 
getProperties
Description copied from interface:ProcessApplicationInterfaceoverride this method in order to provide a map of properties.
The properties are made available globally through the
ProcessApplicationService- Specified by:
 getPropertiesin interfaceProcessApplicationInterface- Overrides:
 getPropertiesin classAbstractProcessApplication- See Also:
 
 
 -