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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
 
- 
Field Details
- 
application
 
 - 
 - 
Constructor Details
- 
EmbeddedProcessApplicationReferenceImpl
 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceProcessApplicationReference- Returns:
 - the name of the process application
 
 - 
getProcessApplication
public ProcessApplicationInterface getProcessApplication() throws ProcessApplicationUnavailableExceptionDescription copied from interface:ProcessApplicationReferenceGet the process application.- Specified by:
 getProcessApplicationin interfaceProcessApplicationReference- Returns:
 - the 
AbstractProcessApplication - Throws:
 ProcessApplicationUnavailableException- if the process application is unavailable
 
 -