Package org.camunda.bpm.application.impl
Class EmbeddedProcessApplicationReferenceImpl
java.lang.Object
org.camunda.bpm.application.impl.EmbeddedProcessApplicationReferenceImpl
- All Implemented Interfaces:
- ProcessApplicationReference
public class EmbeddedProcessApplicationReferenceImpl
extends Object
implements ProcessApplicationReference
The process engine holds a strong reference to the embedded process application.
- Author:
- Daniel Meyer
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method Summary
- 
Field Details- 
application
 
- 
- 
Constructor Details- 
EmbeddedProcessApplicationReferenceImpl
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- ProcessApplicationReference
- Returns:
- the name of the process application
 
- 
getProcessApplicationpublic ProcessApplicationInterface getProcessApplication() throws ProcessApplicationUnavailableExceptionDescription copied from interface:ProcessApplicationReferenceGet the process application.- Specified by:
- getProcessApplicationin interface- ProcessApplicationReference
- Returns:
- the AbstractProcessApplication
- Throws:
- ProcessApplicationUnavailableException- if the process application is unavailable
 
 
-