public class EmbeddedProcessApplicationReferenceImpl extends Object implements ProcessApplicationReference
The process engine holds a strong reference to the embedded process application.
| Modifier and Type | Field and Description | 
|---|---|
protected EmbeddedProcessApplication | 
application  | 
| Constructor and Description | 
|---|
EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
ProcessApplicationInterface | 
getProcessApplication()
Get the process application. 
 | 
protected EmbeddedProcessApplication application
public EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication application)
public String getName()
getName in interface ProcessApplicationReferencepublic ProcessApplicationInterface getProcessApplication() throws ProcessApplicationUnavailableException
ProcessApplicationReferencegetProcessApplication in interface ProcessApplicationReferenceAbstractProcessApplicationProcessApplicationUnavailableException - if the process application is unavailableCopyright © 2019. All rights reserved.